diff --git a/src/renderer/store/TimelineSpace/Modals/NewToot.js b/src/renderer/store/TimelineSpace/Modals/NewToot.js index 6b935c7f..44d88808 100644 --- a/src/renderer/store/TimelineSpace/Modals/NewToot.js +++ b/src/renderer/store/TimelineSpace/Modals/NewToot.js @@ -99,7 +99,7 @@ const NewToot = { }, openModal ({ dispatch, commit, rootState }) { commit('changeModal', true) - commit('changeVisibilityValue', rootState.tootVisibility) + commit('changeVisibilityValue', rootState.App.tootVisibility) }, closeModal ({ commit }) { commit('changeModal', false)