Show playback time and switch to dark mode when fullscreen

This commit is contained in:
Rafostar
2020-09-05 13:49:44 +02:00
parent e76d1c9e6e
commit 7d2edec553
3 changed files with 49 additions and 7 deletions

View File

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