mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 04:45:57 -04:00
Merge pull request #992 from guzzard/middle-mouse-click-status-icon
Toggle main window by middle mouse clicking tray icon
This commit is contained in:
commit
549fef8eb5
@ -855,7 +855,7 @@ void MainWindow::applySettingsChanges()
|
||||
|
||||
void MainWindow::trayIconTriggered(QSystemTrayIcon::ActivationReason reason)
|
||||
{
|
||||
if (reason == QSystemTrayIcon::Trigger) {
|
||||
if (reason == QSystemTrayIcon::Trigger || reason == QSystemTrayIcon::MiddleClick) {
|
||||
toggleWindow();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user