mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 01:10:16 +08:00
feat: 现在仅在有任务时才会到托盘
This commit is contained in:
@@ -20,7 +20,7 @@ type InstallTask = {
|
||||
|
||||
const SHELL_CALLER_PATH = '/opt/apm-store/extras/shell-caller.sh';
|
||||
|
||||
const tasks = new Map<number, InstallTask>();
|
||||
export const tasks = new Map<number, InstallTask>();
|
||||
|
||||
let idle = true; // Indicates if the installation manager is idle
|
||||
|
||||
|
||||
Reference in New Issue
Block a user