aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/AppStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/AppStore.js')
-rw-r--r--src/stores/AppStore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js
index 8c55a350d..17ec832cf 100644
--- a/src/stores/AppStore.js
+++ b/src/stores/AppStore.js
@@ -138,7 +138,7 @@ export default class AppStore extends Store {
138 this.actions.service.setActivePrev(); 138 this.actions.service.setActivePrev();
139 }); 139 });
140 140
141 // Global Mute 141 // Global Mute
142 key( 142 key(
143 '⌘+shift+m ctrl+shift+m', () => { 143 '⌘+shift+m ctrl+shift+m', () => {
144 this.actions.app.toggleMuteApp(); 144 this.actions.app.toggleMuteApp();