Skip to content

Commit

Permalink
モバイルウィジェットで閉じる操作ができないのを修正 Fix #2496
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed Oct 29, 2023
1 parent eaaf600 commit 39cc374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/app/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export default (os: MiOS) => new Vuex.Store({
},

removeMobileHomeWidget(state, widget) {
Vue.set('state.settings.mobileHomeProfiles', state.device.mobileHomeProfile, state.settings.mobileHomeProfiles[state.device.mobileHomeProfile].filter(w => w.id != widget.id));
Vue.set(state.settings.mobileHomeProfiles, state.device.mobileHomeProfile, state.settings.mobileHomeProfiles[state.device.mobileHomeProfile].filter(w => w.id != widget.id));
os.store.dispatch('settings/updateMobileHomeProfile');
},

Expand Down

0 comments on commit 39cc374

Please # to comment.