Skip to content

Commit

Permalink
Edit package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Stackflow committed Nov 7, 2024
1 parent 511182c commit ad2110e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Utils/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ class Utils {
// Ensure tray icon display in linux sandboxed environments
if (Platform.environment.containsKey('FLATPAK_ID') ||
Platform.environment.containsKey('SNAP')) {
await trayManager.setIcon('com.cloudchewie.twitee');
await trayManager.setIcon('com.cloudchewie.loftify');
} else if (ResponsiveUtil.isWindows()) {
await trayManager.setIcon('assets/logo-transparent-big.ico');
} else {
Expand Down Expand Up @@ -740,7 +740,7 @@ class Utils {
// Ensure tray icon display in linux sandboxed environments
if (Platform.environment.containsKey('FLATPAK_ID') ||
Platform.environment.containsKey('SNAP')) {
await trayManager.setIcon('com.cloudchewie.twitee');
await trayManager.setIcon('com.cloudchewie.loftify');
} else if (ResponsiveUtil.isWindows()) {
await trayManager.setIcon('assets/logo-transparent.ico');
} else {
Expand Down

0 comments on commit ad2110e

Please sign in to comment.