diff options
| author | eris <femmediscord@gmail.com> | 2021-06-15 21:50:39 +0000 |
|---|---|---|
| committer | eris <femmediscord@gmail.com> | 2021-06-15 21:50:39 +0000 |
| commit | 139a0d15620763329499265d505ae8f030e2ed69 (patch) | |
| tree | 6ee2f4fcff7d856a031de0eccd2db1d280eca502 /src/App.js | |
| parent | e67f2954978b229fd703c0ce8fe8ca6a0947ad8e (diff) | |
| parent | 338134acfb5dc70210b55e5e1736b6f90f9d250c (diff) | |
Merge branch 'develop' into 'themeApply'
# Conflicts:
# CHANGELOG.md
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 }, + hideShoutbox () { + return this.$store.getters.mergedConfig.hideShoutbox + }, isMobileLayout () { return this.$store.state.interface.mobileLayout }, privateMode () { return this.$store.state.instance.private }, sidebarAlign () { |
