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:
commit
cfdd885e04
3 changed files with 19 additions and 3 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue