mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-05 07:06:13 -05:00
UI: Also toggle mixer toolbar in view menu
This change makes the mixer toolbar also show/hide when toggling the source toolbars in the view menu.
This commit is contained in:
@@ -9431,6 +9431,7 @@ void OBSBasic::on_toggleListboxToolbars_toggled(bool visible)
|
||||
{
|
||||
ui->sourcesToolbar->setVisible(visible);
|
||||
ui->scenesToolbar->setVisible(visible);
|
||||
ui->mixerToolbar->setVisible(visible);
|
||||
|
||||
config_set_bool(App()->GlobalConfig(), "BasicWindow",
|
||||
"ShowListboxToolbars", visible);
|
||||
|
||||
Reference in New Issue
Block a user