This commit is contained in:
syuilo 2019-04-18 21:36:44 +09:00
parent ae6cc11ad2
commit 4096ddcbd0
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -358,7 +358,7 @@ export default (os: MiOS) => new Vuex.Store({
ctx.commit('set', x);
if (ctx.rootGetters.isSignedIn) {
os.api('i/update_client_setting', {
os.api('i/update-client-setting', {
name: x.key,
value: x.value
});