mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-29 00:26:14 -04:00
UI: Fix capitalisation of SysTrayEnabled
This commit is contained in:
@@ -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() &&
|
||||
|
||||
Reference in New Issue
Block a user