forked from FoundKeyGang/FoundKey
Fix #1131
This commit is contained in:
parent
647d86a029
commit
48341db13d
1 changed files with 1 additions and 0 deletions
|
@ -177,6 +177,7 @@ export default Vue.extend({
|
||||||
this.saveHome();
|
this.saveHome();
|
||||||
},
|
},
|
||||||
saveHome() {
|
saveHome() {
|
||||||
|
(this as any).os.i.client_settings.mobile_home = this.widgets;
|
||||||
(this as any).api('i/update_mobile_home', {
|
(this as any).api('i/update_mobile_home', {
|
||||||
home: this.widgets
|
home: this.widgets
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue