diff options
| author | dev92341 <jasper92341@hotmail.com> | 2019-02-05 03:57:11 -0800 |
|---|---|---|
| committer | dev92341 <jasper92341@hotmail.com> | 2019-02-05 03:57:11 -0800 |
| commit | f2c6dd658130be3dbef260dfa03d6bb7c67b7236 (patch) | |
| tree | 03b303912f1900892cdfb6f81d23c935c700e9ec /src/App.js | |
| parent | 448317338ea585502c0bca03151fc9f3e50aba2e (diff) | |
Add option to hide features panel
Diffstat (limited to 'src/App.js')
| -rw-r--r-- | src/App.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -81,7 +81,8 @@ export default { }, unseenNotificationsCount () { return this.unseenNotifications.length - } + }, + showFeaturesPanel () { return this.$store.state.config.showFeaturesPanel } }, methods: { scrollToTop () { |
