Open WebUI instead of the color picker

This commit is contained in:
Paulchen Panther
2020-06-28 20:15:47 +02:00
committed by GitHub
parent f9f32c6cff
commit 6ce97e7f30

View File

@@ -46,7 +46,7 @@ void SysTray::iconActivated(QSystemTrayIcon::ActivationReason reason)
case QSystemTrayIcon::Trigger:
break;
case QSystemTrayIcon::DoubleClick:
showColorDialog();
settings();
break;
case QSystemTrayIcon::MiddleClick:
break;