aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar jescobar <jose.escobar@mavrix.es>2017-12-03 23:12:55 +0100
committerLibravatar jescobar <jose.escobar@mavrix.es>2017-12-03 23:12:55 +0100
commit60fddfef086661cba65989eedec43459ed8ca3c3 (patch)
treeaca1407215157d12d37b75c0bfa76766ff39d532 /src
parentMerge pull request #393 from meetfranz/feature/370-notification-click (diff)
downloadferdium-app-60fddfef086661cba65989eedec43459ed8ca3c3.tar.gz
ferdium-app-60fddfef086661cba65989eedec43459ed8ca3c3.tar.zst
ferdium-app-60fddfef086661cba65989eedec43459ed8ca3c3.zip
Correct service keyboard shortcut for disabled (but shown) services
Diffstat (limited to 'src')
-rw-r--r--src/lib/Menu.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Menu.js b/src/lib/Menu.js
index 6624ab75e..d9c30466b 100644
--- a/src/lib/Menu.js
+++ b/src/lib/Menu.js
@@ -249,7 +249,7 @@ export default class FranzMenu {
249 } 249 }
250 250
251 @computed get serviceTpl() { 251 @computed get serviceTpl() {
252 const services = this.stores.services.enabled; 252 const services = this.stores.services.allDisplayed;
253 253
254 if (this.stores.user.isLoggedIn) { 254 if (this.stores.user.isLoggedIn) {
255 return services.map((service, i) => ({ 255 return services.map((service, i) => ({