Update shutdown.py
removed close(); otherwise the newest version of stable won't work.main
parent
7f4937f767
commit
ed2d8a41b0
|
|
@ -10,7 +10,6 @@ import os
|
|||
|
||||
js = """function close_window() {
|
||||
if (confirm("Close the application?")) {
|
||||
close();
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue