File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
android/app/src/main/java/com/cloudchewie/loftify Expand file tree Collapse file tree 2 files changed +2
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -663,7 +663,7 @@ class Utils {
663663 // Ensure tray icon display in linux sandboxed environments
664664 if (Platform .environment.containsKey ('FLATPAK_ID' ) ||
665665 Platform .environment.containsKey ('SNAP' )) {
666- await trayManager.setIcon ('com.cloudchewie.twitee ' );
666+ await trayManager.setIcon ('com.cloudchewie.loftify ' );
667667 } else if (ResponsiveUtil .isWindows ()) {
668668 await trayManager.setIcon ('assets/logo-transparent-big.ico' );
669669 } else {
@@ -740,7 +740,7 @@ class Utils {
740740 // Ensure tray icon display in linux sandboxed environments
741741 if (Platform .environment.containsKey ('FLATPAK_ID' ) ||
742742 Platform .environment.containsKey ('SNAP' )) {
743- await trayManager.setIcon ('com.cloudchewie.twitee ' );
743+ await trayManager.setIcon ('com.cloudchewie.loftify ' );
744744 } else if (ResponsiveUtil .isWindows ()) {
745745 await trayManager.setIcon ('assets/logo-transparent.ico' );
746746 } else {
You can’t perform that action at this time.
0 commit comments