diff options
| author | Eris <femmediscord@gmail.com> | 2021-06-14 19:42:56 +0000 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-06-17 13:21:25 +0300 |
| commit | 9e9ab5cec97f5f37a38ecd4bd1f81381b99ff3c3 (patch) | |
| tree | 6dd9faf9ac55af786cd595079464e5cb8c85f564 /src/App.js | |
| parent | 1717a3aaf2fb104797669ecddbd4418dca10c0cd (diff) | |
New option: Hide shoutbox
Diffstat (limited to 'src/App.js')
| -rw-r--r-- | src/App.js | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -73,6 +73,9 @@ export default { this.$store.state.instance.instanceSpecificPanelContent }, showFeaturesPanel () { return this.$store.state.instance.showFeaturesPanel }, + hideSB () { + return this.$store.getters.mergedConfig.hideShoutbox + }, isMobileLayout () { return this.$store.state.interface.mobileLayout }, privateMode () { return this.$store.state.instance.private }, sidebarAlign () { |
