diff options
| author | eris <femmediscord@gmail.com> | 2021-06-17 19:35:09 +0000 |
|---|---|---|
| committer | eris <femmediscord@gmail.com> | 2021-06-17 19:35:09 +0000 |
| commit | b2ebfc1fd61cd4c3e92f6a0fde1f44ec26c37962 (patch) | |
| tree | 77994fec5c2b18c8c60a7287b36cab75f723f40b /src/App.js | |
| parent | e1361a1caef3aa9d1faaeb420b03c5400a44c943 (diff) | |
| parent | 338134acfb5dc70210b55e5e1736b6f90f9d250c (diff) | |
Merge branch 'develop' into 'editProfile'
# 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 () { |
