mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user