leanflutter / tray_manager

This plugin allows Flutter desktop apps to defines system tray.
https://pub.dev/packages/tray_manager
MIT License
230 stars 36 forks source link

Windows icon not showing #49

Closed KoVaL05 closed 1 week ago

KoVaL05 commented 2 months ago

Hello, I am having issues with setting icons on Windows. I tried many combinations and images, but nothing worked. Do you have any idea what the issue may be?

Here's the code:     await trayManager.setIcon(GetPlatform.isWindows ? 'assets/images/logo_icon.ico' : 'assets/images/logo_icon.png');

And here's the pubspec.yaml:   assets: