Skip to content

Commit

Permalink
uploadQueue.on(idle, setTrayMenu)
Browse files Browse the repository at this point in the history
  • Loading branch information
hata6502 committed May 27, 2023
1 parent a7997b6 commit 9a25929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand Down

0 comments on commit 9a25929

Please sign in to comment.