Initialize track_output_button state when export channels are empty

This commit is contained in:
Robin Gareus
2025-01-10 17:53:17 +01:00
parent ec0adbc1a9
commit c82afe4cdc

View File

@@ -679,6 +679,8 @@ TrackExportChannelSelector::sync_with_manager_state ()
} else {
track_output_button.set_active (true);
}
} else {
track_output_button.set_active (false);
}
if (selected > 0) {