Detect mobile monitor based on application-pixels

This commit is contained in:
Rafostar
2021-02-07 21:20:14 +01:00
parent 65b4df13a8
commit 8a5702f296
2 changed files with 10 additions and 1 deletions

2
src/controls.js vendored
View File

@@ -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;