diff options
| author | tsukada-ecsec <tsukada@ecsec.org> | 2018-08-22 11:47:36 +0900 |
|---|---|---|
| committer | tsukada-ecsec <tsukada@ecsec.org> | 2018-08-22 11:47:36 +0900 |
| commit | 54166c3ad3bd3c9377d7788b84733c19d16732ad (patch) | |
| tree | cf2787244d82bc9d60005c1f1807d2d71a1ae3e7 /src/App.js | |
| parent | 41256045f2f11bdcb9874f08288a66a9c47aa28a (diff) | |
update settings
Diffstat (limited to 'src/App.js')
| -rw-r--r-- | src/App.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ export default { style () { return { 'background-image': `url(${this.background})` } }, sitename () { return this.$store.state.config.name }, chat () { return this.$store.state.chat.channel.state === 'joined' }, - showWhoToFollowPanel () { return this.$store.state.config.showWhoToFollowPanel }, + suggestionsEnabled () { return this.$store.state.config.suggestionsEnabled }, showInstanceSpecificPanel () { return this.$store.state.config.showInstanceSpecificPanel } }, methods: { |
