mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-08 01:26:04 -05:00
Reopen last opened tab in current session
Will reset to General tab on startup / scene collection change
This commit is contained in:
@@ -78,6 +78,7 @@ public:
|
||||
void setupNetworkTab();
|
||||
void setupMacroTab();
|
||||
void setTabOrder();
|
||||
void setCurrentTab();
|
||||
void restoreWindowGeo();
|
||||
void checkFirstTimeSetup();
|
||||
|
||||
|
||||
@@ -77,6 +77,7 @@ struct SwitcherData {
|
||||
SwitcherThread *th = nullptr;
|
||||
|
||||
bool settingsWindowOpened = false;
|
||||
int lastOpenedTab = -1;
|
||||
bool firstBoot = true;
|
||||
|
||||
std::condition_variable cv;
|
||||
|
||||
Reference in New Issue
Block a user