forked from akanyan/STARTLINER
fix: toggles
This commit is contained in:
@ -96,7 +96,7 @@ export const usePkgStore = defineStore('pkg', {
|
||||
return;
|
||||
}
|
||||
await invoke('toggle_package', { key: pkgKey(pkg), enable });
|
||||
await this.reload(pkg);
|
||||
await this.reloadProfile();
|
||||
await this.saveProfile();
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user