mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-02-03 02:37:55 +01:00
Merge pull request #509 from h3poteto/iss-505
closes #505 Update default toot visibility of new toot
This commit is contained in:
commit
a0c53e6857
@ -32,6 +32,9 @@ const App = {
|
||||
},
|
||||
updateDisplayNameStyle (state, value) {
|
||||
state.displayNameStyle = value
|
||||
},
|
||||
updateTootVisibility (state, value) {
|
||||
state.tootVisibility = value
|
||||
}
|
||||
},
|
||||
actions: {
|
||||
@ -55,6 +58,7 @@ const App = {
|
||||
commit('updateTheme', conf.general.theme)
|
||||
commit('updateDisplayNameStyle', conf.general.displayNameStyle)
|
||||
commit('updateFontSize', conf.general.fontSize)
|
||||
commit('updateTootVisibility', conf.general.tootVisibility)
|
||||
resolve(conf)
|
||||
})
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user