mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-31 18:26:20 -05:00
Toggle main window with by middle mouse clicking tray icon
This commit is contained in:
parent
5a18b8de77
commit
0c62d8454d
@ -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…
Reference in New Issue
Block a user