diff options
| author | taehoon <th.dev91@gmail.com> | 2019-12-01 19:34:01 -0500 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-12-11 10:14:30 -0500 |
| commit | d0c78989aa9e5f5142dbc09a8935c004a2050257 (patch) | |
| tree | e6799f1ae2f58f63d92606a2bfe473ec4018221c /src/boot | |
| parent | abb6747f43f7b903c9ffb643a713e8720938d2af (diff) | |
hide instance url/link/text in header using hideSitename option
Diffstat (limited to 'src/boot')
| -rw-r--r-- | src/boot/after_store.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/after_store.js b/src/boot/after_store.js index 226b67d8..e18cd657 100644 --- a/src/boot/after_store.js +++ b/src/boot/after_store.js @@ -108,6 +108,7 @@ const setSettings = async ({ apiConfig, staticConfig, store }) => { copyInstanceOption('alwaysShowSubjectInput') copyInstanceOption('noAttachmentLinks') copyInstanceOption('showFeaturesPanel') + copyInstanceOption('hideSitename') return store.dispatch('setTheme', config['theme']) } |
