mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Fix #1131
This commit is contained in:
parent
5fc8fcb905
commit
b2d31bdf88
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue