Move Popover button creation to buttons.js

This commit is contained in:
Rafostar
2020-09-12 21:10:44 +02:00
parent 71c5454547
commit 043fe9f75e
3 changed files with 95 additions and 51 deletions

View File

@@ -190,7 +190,7 @@ var App = GObject.registerClass({
this.interface.setControlsOnVideo(isFullscreen);
this.interface.controls.setVolumeMarks(true);
this.interface.controls.fullscreenMode = isFullscreen;
this.interface.controls.setFullscreenMode(isFullscreen);
}
_onWindowKeyPressEvent(self, event)