Move GetSettingsWindow() to ui-helpers

This commit is contained in:
WarmUpTill
2024-08-22 20:08:54 +02:00
committed by WarmUpTill
parent a523081d77
commit 863c84026e
6 changed files with 8 additions and 9 deletions

View File

@@ -762,11 +762,6 @@ void OpenSettingsWindow()
}
}
QWidget *GetSettingsWindow()
{
return SettingsWindowIsOpened() ? AdvSceneSwitcher::window : nullptr;
}
void AdvSceneSwitcher::HighligthMacroSettingsButton(bool enable)
{
static QObject *highlight = nullptr;