From c971e0ead3d66874bf7af860e6ca5c9cf9a73522 Mon Sep 17 00:00:00 2001 From: derrod Date: Fri, 10 Feb 2023 12:42:34 +0100 Subject: [PATCH] UI: Fix capitalisation of SysTrayEnabled --- UI/window-basic-main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/window-basic-main.cpp b/UI/window-basic-main.cpp index 280309652..a5dad5b1f 100644 --- a/UI/window-basic-main.cpp +++ b/UI/window-basic-main.cpp @@ -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() &&