Add OSD headerbar and transition to floating mode

This commit is contained in:
Rafał Dzięgiel
2021-02-13 17:19:03 +01:00
parent bb8ae47a66
commit 1d16d3e2ac
8 changed files with 128 additions and 38 deletions

2
src/controls.js vendored
View File

@@ -28,8 +28,6 @@ class ClapperControls extends Gtk.Box
this.currentPosition = 0;
this.currentDuration = 0;
this.isPositionDragging = false;
this.isMobileMonitor = false;
this.isMobile = false;
this.showHours = false;