mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 16:05:18 +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
|
kIsWindows
|
||||||
? 'assets/spotube-logo.ico'
|
? 'assets/spotube-logo.ico'
|
||||||
: kIsFlatpak
|
: kIsFlatpak
|
||||||
? 'com.github.KRTirtho.Spotube.png'
|
? 'com.github.KRTirtho.Spotube'
|
||||||
: 'assets/spotube-logo.png',
|
: 'assets/spotube-logo.png',
|
||||||
);
|
);
|
||||||
trayManager.addListener(this);
|
trayManager.addListener(this);
|
||||||
|
Loading…
Reference in New Issue
Block a user