Changing macos systray icon file format from .eps to .png resolves a

crash on startup when loading systray in macos14.
This commit is contained in:
Joakim Troeng 2023-08-16 12:50:55 +02:00
parent 1f4428b6a7
commit 8b7032d9f6
2 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ Future<OathCode?> _calculateCode(
String _getIcon() {
if (Platform.isMacOS) {
return 'resources/icons/systray-template.eps';
return 'resources/icons/systray-template.png';
}
if (Platform.isWindows) {
return 'resources/icons/com.yubico.yubioath.ico';

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB