提交 37bde710 编写于 作者: C Clayton Groeneveld

UI: Fix system tray not working

上级 131cfaf4
......@@ -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(),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册