diff --git a/gooey/python_bindings/gooey_decorator.py b/gooey/python_bindings/gooey_decorator.py index 7f2a616..4a63dc6 100644 --- a/gooey/python_bindings/gooey_decorator.py +++ b/gooey/python_bindings/gooey_decorator.py @@ -22,7 +22,7 @@ IGNORE_COMMAND = '--ignore-gooey' def Gooey(f=None, advanced=True, language='english', - show_config=True, + autostart=False, # TODO: add this to the docs. Used to be `show_config=True` program_name=None, program_description=None, default_size=(610, 530),