Merge pull request #8229 from derrod/hashed-tables

Hashtable Adventures
This commit is contained in:
Jim
2023-03-19 00:34:44 -07:00
committed by GitHub
24 changed files with 1979 additions and 1164 deletions

View File

@@ -1990,7 +1990,7 @@ void OBSBasic::OBSInit()
/* Show the main window, unless the tray icon isn't available
* or neither the setting nor flag for starting minimized is set. */
bool sysTrayEnabled = config_get_bool(App()->GlobalConfig(),
"BasicWindow", "sysTrayEnabled");
"BasicWindow", "SysTrayEnabled");
bool sysTrayWhenStarted = config_get_bool(
App()->GlobalConfig(), "BasicWindow", "SysTrayWhenStarted");
bool hideWindowOnStart = QSystemTrayIcon::isSystemTrayAvailable() &&