未验证 提交 b5c20fb9 编写于 作者: J Jim 提交者: GitHub

Merge pull request #1869 from cg2121/fix-systray

UI: Fix system tray not working
......@@ -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.
先完成此消息的编辑!
想要评论请 注册