Fix clicking on the systray when the setup is not finished

We should raise the wizard
This commit is contained in:
Olivier Goffart 2013-06-11 21:32:44 +02:00
parent 12ea381205
commit 5588fbe695

View file

@ -673,7 +673,7 @@ void Application::slotTrayClicked( QSystemTrayIcon::ActivationReason reason )
slotFetchCredentials();
}
#if defined Q_WS_WIN || defined Q_WS_X11
if( reason == QSystemTrayIcon::Trigger && _actionOpenStatus->isEnabled() ) {
if( reason == QSystemTrayIcon::Trigger ) {
slotOpenStatus();
}
#endif