aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/Main.hx
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/Main.hx')
-rw-r--r--src/client/Main.hx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/Main.hx b/src/client/Main.hx
index 6c7677b..e5cd58b 100644
--- a/src/client/Main.hx
+++ b/src/client/Main.hx
@@ -122,6 +122,7 @@ class Main {
}
final voteSkip = ge("#voteskip");
voteSkip.onclick = e -> {
+ if (Utils.isTouch() && !Browser.window.confirm(Lang.get("skipItemConfirm"))) return;
if (player.isListEmpty()) return;
final items = player.getItems();
final pos = player.getItemPos();
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage