We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd33369 commit 4960af6Copy full SHA for 4960af6
src/serverdlg.cpp
@@ -593,13 +593,13 @@ void CServerDlg::OnClearRecordingDirClicked()
593
594
void CServerDlg::OnSysTrayActivated ( QSystemTrayIcon::ActivationReason ActReason )
595
{
596
- #ifdef _WIN32
+#ifdef _WIN32
597
// on single or double click on the icon, show window in foreground for windows only
598
if ( ActReason == QSystemTrayIcon::Trigger || ActReason == QSystemTrayIcon::DoubleClick )
599
- #else
+#else
600
// on double click on the icon, show window in foreground for all
601
if ( ActReason == QSystemTrayIcon::DoubleClick )
602
- #endif
+#endif
603
604
ShowWindowInForeground();
605
}
0 commit comments