Use "window-close" icon for playlist current playing item button

The button next to the currently playing playlist item acts as a close window button in order to allow closing app without leaving fullscreen. It should use the theme "window-close" icon to better show what it does.
This commit is contained in:
Rafał Dzięgiel
2021-01-30 22:52:31 +01:00
parent 310ef3af95
commit a7d99c4f81

View File

@@ -96,7 +96,7 @@ class ClapperPlaylistWidget extends Gtk.ListBox
this.deactivateActiveItem();
icon.icon_name = 'media-playback-start-symbolic';
button.icon_name = 'edit-delete-symbolic';
button.icon_name = 'window-close-symbolic';
this.activeRowId = row.get_index();
player.set_uri(row.uri);