Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.
/ Linux Public archive

Commit b8c48bf

Browse files
committed
🐛 No right click on Linux
1 parent dffd46e commit b8c48bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/managers/trayManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export class TrayManager {
1313
this.tray.setToolTip(app.name);
1414

1515
this.update();
16-
this.tray.on("right-click", () => this.update());
16+
this.tray.on("click", () => this.update());
1717
}
1818

1919
update() {

0 commit comments

Comments
 (0)