diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-04-18 21:36:44 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-04-18 21:36:44 +0900 |
| commit | 4096ddcbd0eb897a75b5dad5b2f389300e653ab8 (patch) | |
| tree | fd0994d116aee5a4c43dbdfd2f5f190379544ff3 /src | |
| parent | Fix icon (diff) | |
| download | sharkey-4096ddcbd0eb897a75b5dad5b2f389300e653ab8.tar.gz sharkey-4096ddcbd0eb897a75b5dad5b2f389300e653ab8.tar.bz2 sharkey-4096ddcbd0eb897a75b5dad5b2f389300e653ab8.zip | |
Use -
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/store.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/store.ts b/src/client/app/store.ts index 44b893835c..a6f2a0b00b 100644 --- a/src/client/app/store.ts +++ b/src/client/app/store.ts @@ -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 }); |