Checked Show Settings to use the object for the function interface

This commit is contained in:
PySimpleGUI 2021-08-31 05:36:43 -04:00
parent 14fea18751
commit 282d96c78c
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ def main():
if sound_file is not None:
sg.user_settings_set_entry('-sound file-', sound_file)
elif event =='Show Settings':
sg.Print(sg.user_settings_object())
sg.Print(sg.UserSettings._default_for_function_interface)
sg.user_settings_set_entry('-counter-', counter)