Skip to content

Commit 36de4b7

Browse files
committed
test
1 parent e92fbaf commit 36de4b7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ui/flutter/lib/app/modules/app/controllers/app_controller.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,8 @@ class AppController extends GetxController with WindowListener, TrayListener {
201201
} else if (Platform.environment.containsKey('FLATPAK_ID') ||
202202
Platform.environment.containsKey('SNAP')) {
203203
await trayManager.setIcon('com.gopeed.Gopeed');
204-
Get.snackbar('tip'.tr, 'sandbox');
205204
} else {
206205
await trayManager.setIcon('assets/tray_icon/icon.png');
207-
Get.snackbar('tip'.tr, 'ohter');
208206
}
209207
final menu = Menu(items: [
210208
MenuItem(

0 commit comments

Comments
 (0)