diff --git a/src/playlist.js b/src/playlist.js index 59ced052..3b48689b 100644 --- a/src/playlist.js +++ b/src/playlist.js @@ -119,6 +119,7 @@ class ClapperPlaylistItem extends Gtk.ListBoxRow this.isLocalFile = true; } this.filename = filename || uri; + this.set_tooltip_text(this.filename); const box = new Gtk.Box({ orientation: Gtk.Orientation.HORIZONTAL,