mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
Avoid playlist items stealing keyboard focus
This commit is contained in:
@@ -85,7 +85,10 @@ class ClapperPlaylistItem extends Gtk.ListBoxRow
|
|||||||
{
|
{
|
||||||
_init(uri)
|
_init(uri)
|
||||||
{
|
{
|
||||||
super._init();
|
super._init({
|
||||||
|
/* TODO: Fix playlist navigation in fullscreen */
|
||||||
|
can_focus: false,
|
||||||
|
});
|
||||||
|
|
||||||
this.uri = uri;
|
this.uri = uri;
|
||||||
this.isLocalFile = false;
|
this.isLocalFile = false;
|
||||||
|
Reference in New Issue
Block a user