Skip to content

Commit

Permalink
Merge pull request #509 from h3poteto/iss-505
Browse files Browse the repository at this point in the history
closes #505 Update default toot visibility of new toot
  • Loading branch information
h3poteto authored Aug 17, 2018
2 parents 72502d6 + c094799 commit a0c53e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/renderer/store/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ const App = {
},
updateDisplayNameStyle (state, value) {
state.displayNameStyle = value
},
updateTootVisibility (state, value) {
state.tootVisibility = value
}
},
actions: {
Expand All @@ -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)
})
})
Expand Down

0 comments on commit a0c53e6

Please sign in to comment.