aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/Buttons.hx
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/Buttons.hx')
-rw-r--r--src/client/Buttons.hx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/Buttons.hx b/src/client/Buttons.hx
index 7e9c8cb..771f827 100644
--- a/src/client/Buttons.hx
+++ b/src/client/Buttons.hx
@@ -111,7 +111,7 @@ class Buttons {
}
final fullscreenBtn = ge("#fullscreenbtn");
fullscreenBtn.onclick = e -> {
- if (Utils.isTouch() && !Utils.hasFullscreen()) {
+ if ((Utils.isTouch() || main.isVerbose()) && !Utils.hasFullscreen()) {
Utils.requestFullscreen(document.documentElement);
} else {
Utils.requestFullscreen(ge("#ytapiplayer"));
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage