Update shutdown.py

removed close(); otherwise the newest version of stable won't work.
main
EnsignMK 2023-07-25 20:33:20 +02:00 committed by GitHub
parent 7f4937f767
commit ed2d8a41b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ import os
js = """function close_window() {
if (confirm("Close the application?")) {
close();
return true;
} else {
return false;