added "settings saved" notice back
This commit is contained in:
parent
e7ba4255bb
commit
6a4ad1fe62
2 changed files with 22 additions and 0 deletions
|
@ -25,6 +25,9 @@ const SettingsModalContent = {
|
|||
ThemeTab
|
||||
},
|
||||
computed: {
|
||||
currentSaveStateNotice () {
|
||||
return this.$store.state.interface.settings.currentSaveStateNotice
|
||||
},
|
||||
isLoggedIn () {
|
||||
return !!this.$store.state.users.currentUser
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue