Skip to content

Commit

Permalink
switch icon path for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunicorn committed Aug 15, 2024
1 parent 0d73fc2 commit 4e807f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/config/desktop.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Future<void> initDesktop() async {
});

await trayManager.setIcon(
Platform.isWindows ? 'images/tray_icon.ico' : 'images/tray_icon.png',
Platform.isWindows ? 'icon/tray_icon.ico' : 'assets/icon/logo_foreground.png',
);
Menu menu = Menu(
items: [
Expand Down

0 comments on commit 4e807f4

Please sign in to comment.