mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
Detect mobile monitor based on application-pixels
This commit is contained in:
2
src/controls.js
vendored
2
src/controls.js
vendored
@@ -28,6 +28,8 @@ class ClapperControls extends Gtk.Box
|
||||
this.currentPosition = 0;
|
||||
this.currentDuration = 0;
|
||||
this.isPositionDragging = false;
|
||||
|
||||
this.isMobileMonitor = false;
|
||||
this.isMobile = false;
|
||||
|
||||
this.showHours = false;
|
||||
|
Reference in New Issue
Block a user