Fix initial solo indicator (required for no-strobe)

This commit is contained in:
Robin Gareus 2025-09-08 15:29:51 +02:00
parent 8f81f77fa3
commit 3124c8a61c
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -809,7 +809,7 @@ ApplicationBar::set_session (Session *s)
/* initialize */
session_latency_updated (true);
_solo_alert_button.set_active (_session->soloing());
_solo_alert_button.set_active (_session->soloing () || _session->listening ());
if (_editor_meter_table.get_parent()) {
_transport_hbox.remove (_editor_meter_table);