diff --git a/clapper_src/playerBase.js b/clapper_src/playerBase.js index 3b5016dd..dd17da45 100644 --- a/clapper_src/playerBase.js +++ b/clapper_src/playerBase.js @@ -37,6 +37,7 @@ class ClapperPlayerBase extends GstPlayer.Player this.widget = gtkglsink.widget; this.widget.vexpand = true; this.widget.hexpand = true; + this.widget.set_opacity(0); this.settings = new Gio.Settings({ schema_id: 'com.github.rafostar.Clapper'