diff --git a/ui/flutter/lib/app/modules/app/controllers/app_controller.dart b/ui/flutter/lib/app/modules/app/controllers/app_controller.dart index 03f51ced4..c3ad1ef0d 100644 --- a/ui/flutter/lib/app/modules/app/controllers/app_controller.dart +++ b/ui/flutter/lib/app/modules/app/controllers/app_controller.dart @@ -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); }