mpris_player: never show app icon

This commit is contained in:
2023-12-05 16:09:44 +00:00
parent 2595680e07
commit 4e6fd09c11

View File

@@ -272,14 +272,6 @@ namespace SwayNotificationCenter.Widgets.Mpris {
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) {