Skip to content
Snippets Groups Projects
Commit 48341db1 authored by syuilo's avatar syuilo
Browse files

Fix #1131

parent 647d86a0
No related branches found
No related tags found
No related merge requests found
......@@ -177,6 +177,7 @@ export default Vue.extend({
this.saveHome();
},
saveHome() {
(this as any).os.i.client_settings.mobile_home = this.widgets;
(this as any).api('i/update_mobile_home', {
home: this.widgets
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment