Skip to content

Commit

Permalink
Add 'All' option to 'Quick action button' setting
Browse files Browse the repository at this point in the history
Relates to #1442
  • Loading branch information
MrBurrBurr committed Jun 29, 2021
1 parent 1b059cc commit a094ca7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/i18n/locale/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"access": "Access",
"add": "Add",
"advanced": "Advanced",
"all": "All",
"asf-config": "ASF Config",
"back": "Back",
"basic": "Basic",
Expand Down
1 change: 1 addition & 0 deletions src/views/UIConfig.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
},
Expand Down

0 comments on commit a094ca7

Please sign in to comment.