Compare commits

..

No commits in common. "master" and "1.0.0" have entirely different histories.

View file

@ -3,7 +3,7 @@ class YogaBook9iBlackout {
this.fullMode = true; this.fullMode = true;
// Disable Window Management API features if not available // Disable Window Management API features if not available
if (!("getScreenDetails") in window) { if (!this.requestPermission()) {
this.polyfill(); this.polyfill();
} }