mirror of
https://github.com/tnodir/fort
synced 2024-11-15 09:25:40 +00:00
UI: TrayIcon: Process system message's click asynchronously
This commit is contained in:
parent
a3ce6ac13a
commit
ac78e8288e
@ -245,7 +245,7 @@ void WindowManager::setupTrayIcon()
|
||||
m_trayIcon = new TrayIcon(this);
|
||||
|
||||
connect(m_trayIcon, &QSystemTrayIcon::messageClicked, this,
|
||||
&WindowManager::onTrayMessageClicked);
|
||||
&WindowManager::onTrayMessageClicked, Qt::QueuedConnection);
|
||||
}
|
||||
|
||||
void WindowManager::showTrayIcon()
|
||||
|
Loading…
Reference in New Issue
Block a user