From a094ca75152effb3ec79995d7f43f183e81edf44 Mon Sep 17 00:00:00 2001 From: FREDERICK Date: Wed, 30 Jun 2021 00:24:17 +0200 Subject: [PATCH] Add 'All' option to 'Quick action button' setting Relates to #1442 --- src/i18n/locale/default.json | 1 + src/views/UIConfig.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/i18n/locale/default.json b/src/i18n/locale/default.json index 6eef43234..fd9369602 100644 --- a/src/i18n/locale/default.json +++ b/src/i18n/locale/default.json @@ -12,6 +12,7 @@ "access": "Access", "add": "Add", "advanced": "Advanced", + "all": "All", "asf-config": "ASF Config", "back": "Back", "basic": "Basic", diff --git a/src/views/UIConfig.vue b/src/views/UIConfig.vue index a55b1ec49..da3b17dce 100644 --- a/src/views/UIConfig.vue +++ b/src/views/UIConfig.vue @@ -99,6 +99,7 @@ [this.$t('bot-fav-buttons-bgr')]: 1 << 1, [this.$t('bot-fav-buttons-config')]: 1 << 2, [this.$t('bot-fav-buttons-pause')]: 1 << 3, + [this.$t('all')]: 15, }, description: this.$t('bot-fav-buttons-description'), },