Hide legacy tabs by default and adjust default tab order

This commit is contained in:
WarmUpTill
2022-04-02 15:51:22 +02:00
committed by WarmUpTill
parent e8c1b673c0
commit ecee919e0b
3 changed files with 590 additions and 589 deletions

View File

@@ -88,7 +88,7 @@ struct SwitcherData {
bool stop = false;
bool verbose = false;
bool disableHints = false;
bool hideLegacyTabs = false;
bool hideLegacyTabs = true;
bool showSystemTrayNotifications = false;
bool showFrame = false;
bool transitionOverrideOverride = false;