1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 23:35:38 +02:00
This commit is contained in:
sei0o
2018-08-17 16:35:04 +09:00
parent e38e4940b4
commit 4535ab4c43
4 changed files with 15 additions and 7 deletions

View File

@@ -110,6 +110,10 @@ export default (os: MiOS) => new Vuex.Store({
src: x.src,
arg: x.arg
};
},
setVisibility(state, visibility) {
state.visibility = visibility;
}
}
},