forked from FoundKeyGang/FoundKey
Use -
This commit is contained in:
parent
ae6cc11ad2
commit
4096ddcbd0
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ export default (os: MiOS) => new Vuex.Store({
|
||||||
ctx.commit('set', x);
|
ctx.commit('set', x);
|
||||||
|
|
||||||
if (ctx.rootGetters.isSignedIn) {
|
if (ctx.rootGetters.isSignedIn) {
|
||||||
os.api('i/update_client_setting', {
|
os.api('i/update-client-setting', {
|
||||||
name: x.key,
|
name: x.key,
|
||||||
value: x.value
|
value: x.value
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue