diff --git a/package.json b/package.json index f6dd5f7..99f1a85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gyazemon", - "version": "1.3.1", + "version": "1.3.2", "private": true, "description": "Watch directory and upload to Gyazo for Ubuntu and Windows. ", "homepage": "https://github.com/hata6502/gyazemon", diff --git a/src/main/index.ts b/src/main/index.ts index 820e3ec..612b32f 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -138,6 +138,7 @@ import { Watch, WatchV2, toWatchlistV2 } from "../watch-list"; setTrayMenu(); uploadQueue.on("add", setTrayMenu); uploadQueue.on("next", setTrayMenu); + uploadQueue.on("idle", setTrayMenu); const watchlist = toWatchlistV2( ((await store.get("watchlist")) ?? []) as Watch[]