mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 12:46:46 +00:00
fix(GODT-2756): fix for 'Settings' context menu opening the 'Help' page.
(cherry picked from commit b2eb35592f)
This commit is contained in:
@ -378,7 +378,7 @@ void TrayIcon::refreshContextMenu() {
|
||||
app().backend().showHelp("tray menu 'Help' clicked");
|
||||
});
|
||||
menu_->addAction(tr("&Settings"), onMac ? QKeySequence("Ctrl+,") : noShortcut, []() {
|
||||
app().backend().showHelp("tray menu 'Settings' clicked");
|
||||
app().backend().showSettings("tray menu 'Settings' clicked");
|
||||
});
|
||||
menu_->addSeparator();
|
||||
menu_->addAction(tr("&Quit Bridge"), onMac ? QKeySequence("Ctrl+Q") : noShortcut, &app().backend(), &QMLBackend::quit);
|
||||
|
||||
Reference in New Issue
Block a user