aboutsummaryrefslogtreecommitdiff
path: root/src/boot
diff options
context:
space:
mode:
authorjasper <jasper92341@hotmail.com>2019-02-08 12:17:14 -0800
committerjasper <jasper92341@hotmail.com>2019-02-08 12:17:14 -0800
commit70c05a0c085adb95ef9946ac58a461f56252c2c2 (patch)
tree8c11153fe9715104de611f933681f2dcb750093d /src/boot
parent6a867f6ae38b4bc3981fb6ca402c196a0967c49e (diff)
Fix showFeaturesPanel option as instance
Diffstat (limited to 'src/boot')
-rw-r--r--src/boot/after_store.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/after_store.js b/src/boot/after_store.js
index 5693dcc6..2e7754ab 100644
--- a/src/boot/after_store.js
+++ b/src/boot/after_store.js
@@ -86,6 +86,7 @@ const afterStoreSetup = ({ store, i18n }) => {
copyInstanceOption('subjectLineBehavior')
copyInstanceOption('alwaysShowSubjectInput')
copyInstanceOption('noAttachmentLinks')
+ copyInstanceOption('showFeaturesPanel')
if ((config.chatDisabled)) {
store.dispatch('disableChat')