Merge branch 'issue-371-user-setting-notification' into 'develop'

#371: show notification when user setting's saved

Closes #371

See merge request pleroma/pleroma-fe!598
This commit is contained in:
Shpuld Shpludson 2019-02-20 14:42:27 +00:00
commit cfdd885e04
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: {