Skip to content

Commit b347556

Browse files
committed
test
1 parent 36de4b7 commit b347556

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,6 @@ class AppController extends GetxController with WindowListener, TrayListener {
198198
} else if (Util.isMacos()) {
199199
await trayManager.setIcon('assets/tray_icon/icon_mac.png',
200200
isTemplate: true);
201-
} else if (Platform.environment.containsKey('FLATPAK_ID') ||
202-
Platform.environment.containsKey('SNAP')) {
203-
await trayManager.setIcon('com.gopeed.Gopeed');
204201
} else {
205202
await trayManager.setIcon('assets/tray_icon/icon.png');
206203
}

0 commit comments

Comments
 (0)