From ed2d8a41b05e9eedaf164194742c4d091a72760f Mon Sep 17 00:00:00 2001 From: EnsignMK <91480302+EnsignMK@users.noreply.github.com> Date: Tue, 25 Jul 2023 20:33:20 +0200 Subject: [PATCH] Update shutdown.py removed close(); otherwise the newest version of stable won't work. --- scripts/shutdown.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/shutdown.py b/scripts/shutdown.py index 9ad1783..40180e5 100644 --- a/scripts/shutdown.py +++ b/scripts/shutdown.py @@ -10,7 +10,6 @@ import os js = """function close_window() { if (confirm("Close the application?")) { - close(); return true; } else { return false;