From 1a4469fa24d684f407429f9ab1a61510728441c6 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 26 Aug 2024 11:10:59 +0200 Subject: Confirm before PASS when other actions are still possible. --- play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.js') diff --git a/play.js b/play.js index 312dd0b..ddfd31c 100644 --- a/play.js +++ b/play.js @@ -805,8 +805,8 @@ function on_update() { action_button("next", "Next") action_button("done", "Done") action_button("pass", "Pass") + confirm_action_button("confirm_pass", "Pass", "Are you sure you want to PASS on this action?") action_button("undo", "Undo") - } /* TOOLTIPS */ -- cgit v1.2.3