Avoid playlist items stealing keyboard focus

This commit is contained in:
Rafał Dzięgiel
2021-01-22 11:07:00 +01:00
parent 2e1f6203b3
commit ae89199101

View File

@@ -85,7 +85,10 @@ class ClapperPlaylistItem extends Gtk.ListBoxRow
{
_init(uri)
{
super._init();
super._init({
/* TODO: Fix playlist navigation in fullscreen */
can_focus: false,
});
this.uri = uri;
this.isLocalFile = false;