Merge pull request #4691 from PySimpleGUI/Dev-latest

Checked Show Settings to use the object for the function interface
This commit is contained in:
PySimpleGUI 2021-08-31 05:36:58 -04:00 committed by GitHub
commit e4f83d6a16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)