mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-06 07:29:42 +00:00
fix(linux): tray icon wrong name for flatpak
This commit is contained in:
parent
56ce84d748
commit
123eb168a3
@ -24,7 +24,7 @@ class SystemTrayManager with TrayListener {
|
||||
kIsWindows
|
||||
? 'assets/spotube-logo.ico'
|
||||
: kIsFlatpak
|
||||
? 'com.github.KRTirtho.Spotube.png'
|
||||
? 'com.github.KRTirtho.Spotube'
|
||||
: 'assets/spotube-logo.png',
|
||||
);
|
||||
trayManager.addListener(this);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user