diff --git a/lib/general.cpp b/lib/general.cpp index f61bf3c9..992da7ea 100644 --- a/lib/general.cpp +++ b/lib/general.cpp @@ -247,6 +247,10 @@ void AdvSceneSwitcher::on_hideLegacyTabs_stateChanged(int state) ui->tabWidget->setTabVisible(idx, !state); } } + + // Changing priority of legacy tabs will very likely not be necessary if + // the legacy tabs are hidden + ui->priorityBox->setVisible(!switcher->hideLegacyTabs); } void AdvSceneSwitcher::SetDeprecationWarnings()