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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;