mpris_player: never show app icon
This commit is contained in:
@@ -272,14 +272,6 @@ namespace SwayNotificationCenter.Widgets.Mpris {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Get the app icon
|
|
||||||
Icon ? icon = null;
|
|
||||||
if (desktop_entry is DesktopAppInfo) {
|
|
||||||
icon = desktop_entry.get_icon ();
|
|
||||||
}
|
|
||||||
if (icon != null) {
|
|
||||||
album_art.set_from_gicon (icon, mpris_config.image_size);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void update_button_shuffle (HashTable<string, Variant> metadata) {
|
private void update_button_shuffle (HashTable<string, Variant> metadata) {
|
||||||
|
Reference in New Issue
Block a user