mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-03 11:41:03 -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)
|
void MainWindow::trayIconTriggered(QSystemTrayIcon::ActivationReason reason)
|
||||||
{
|
{
|
||||||
if (reason == QSystemTrayIcon::Trigger) {
|
if (reason == QSystemTrayIcon::Trigger || reason == QSystemTrayIcon::MiddleClick) {
|
||||||
toggleWindow();
|
toggleWindow();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user