#371: show notification when user setting's saved

This commit is contained in:
dave 2019-02-19 12:38:49 -05:00
parent 962a33f887
commit 63cfe051c7
3 changed files with 19 additions and 3 deletions

View file

@ -60,6 +60,9 @@ const UserSettings = {
private: { selected: this.newDefaultScope === 'private' },
direct: { selected: this.newDefaultScope === 'direct' }
}
},
currentSaveStateNotice () {
return this.$store.state.interface.settings.currentSaveStateNotice
}
},
methods: {