mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-01 20:43:33 +00:00
Added log-out shortcut
This commit is contained in:
@@ -152,6 +152,7 @@ const darwinTpl = [
|
||||
},
|
||||
{
|
||||
label: 'Log Out',
|
||||
accelerator: 'Cmd+L',
|
||||
click(item, focusedWindow) {
|
||||
if (focusedWindow) {
|
||||
sendAction('log-out');
|
||||
@@ -287,6 +288,7 @@ const otherTpl = [
|
||||
},
|
||||
{
|
||||
label: 'Log Out',
|
||||
accelerator: 'Ctrl+L',
|
||||
click(item, focusedWindow) {
|
||||
if (focusedWindow) {
|
||||
sendAction('log-out');
|
||||
|
||||
Reference in New Issue
Block a user