Skip to content

Commit

Permalink
fix: add system tray tooltip (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie authored Oct 19, 2023
1 parent 854f600 commit 755d7ce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ class AppController extends GetxController with WindowListener, TrayListener {
onClick: (menuItem) => {windowManager.destroy()},
),
]);
await trayManager.setToolTip('Gopeed');
await trayManager.setContextMenu(menu);
trayManager.addListener(this);
}
Expand Down

0 comments on commit 755d7ce

Please sign in to comment.