mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 08:21:59 +02:00
Move revealers logic to separate file
This commit is contained in:
@@ -185,8 +185,6 @@ var App = GObject.registerClass({
|
||||
this._playerDrawSignal = this.player.widget.connect(
|
||||
'draw', this._onPlayerDraw.bind(this)
|
||||
);
|
||||
|
||||
this.player.widget.show();
|
||||
}
|
||||
|
||||
_onWindowFullscreenChanged(window, isFullscreen)
|
||||
|
Reference in New Issue
Block a user