diff options
| author | Eris <femmediscord@gmail.com> | 2021-06-14 20:33:51 +0000 |
|---|---|---|
| committer | Eris <femmediscord@gmail.com> | 2021-06-14 20:33:51 +0000 |
| commit | cbccea054698916a083b7906898b50039cdd411c (patch) | |
| tree | 4d2959c6494393b003768bca63676aff056232ed /src/App.js | |
| parent | 1668315bf8c454a995a968dc034d9e51715987c5 (diff) | |
Don't shorten shoutbox to SB
Diffstat (limited to 'src/App.js')
| -rw-r--r-- | src/App.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ export default { this.$store.state.instance.instanceSpecificPanelContent }, showFeaturesPanel () { return this.$store.state.instance.showFeaturesPanel }, - hideSB () { + hideShoutbox () { return this.$store.getters.mergedConfig.hideShoutbox }, isMobileLayout () { return this.$store.state.interface.mobileLayout }, |
