Merge pull request #1869 from cg2121/fix-systray
UI: Fix system tray not working
This commit is contained in:
commit
b5c20fb924
@ -6841,7 +6841,7 @@ void OBSBasic::SystemTray(bool firstStarted)
|
||||
{
|
||||
if (!QSystemTrayIcon::isSystemTrayAvailable())
|
||||
return;
|
||||
if (!trayIcon)
|
||||
if (!trayIcon && !firstStarted)
|
||||
return;
|
||||
|
||||
bool sysTrayWhenStarted = config_get_bool(GetGlobalConfig(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user