forked from akanyan/STARTLINER
feat: basic card setup
This commit is contained in:
@ -33,7 +33,6 @@ export const usePkgStore = defineStore('pkg', {
|
||||
const key = ev.payload.pkg;
|
||||
await this.reload(key);
|
||||
this.pkg[key].js.busy = true;
|
||||
console.log('install-start' + key);
|
||||
});
|
||||
|
||||
listen<InstallStatus>('install-end', async (ev) => {
|
||||
@ -41,7 +40,6 @@ export const usePkgStore = defineStore('pkg', {
|
||||
await this.reload(key);
|
||||
await this.reloadProfile();
|
||||
this.pkg[key].js.busy = false;
|
||||
console.log('install-end' + key);
|
||||
});
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user