mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
remove brackets
This commit is contained in:
parent
92c74f180c
commit
dcbecd261b
@ -132,7 +132,7 @@ def _create(gui: 'GUI'):
|
||||
# noinspection PyProtectedMember
|
||||
def set_destroy():
|
||||
if gui._bot_running:
|
||||
if(not messagebox.askyesno(title="Quit?", message="Bot engine running. Quit Anyway?")):
|
||||
if not messagebox.askyesno(title="Quit?", message="Bot engine running. Quit Anyway?"):
|
||||
return
|
||||
|
||||
config.set("win_loc", gui._root.geometry())
|
||||
|
Loading…
Reference in New Issue
Block a user