mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-04 22:13:13 +00:00
shortcut: Rename Zoom In keyboard shortcut.
This commit is contained in:
@@ -54,7 +54,7 @@ class AppMenu {
|
|||||||
role: 'togglefullscreen'
|
role: 'togglefullscreen'
|
||||||
}, {
|
}, {
|
||||||
label: 'Zoom In',
|
label: 'Zoom In',
|
||||||
accelerator: 'CommandOrControl+=',
|
accelerator: 'CommandOrControl+Plus',
|
||||||
click(item, focusedWindow) {
|
click(item, focusedWindow) {
|
||||||
if (focusedWindow) {
|
if (focusedWindow) {
|
||||||
AppMenu.sendAction('zoomIn');
|
AppMenu.sendAction('zoomIn');
|
||||||
|
|||||||
Reference in New Issue
Block a user