More demo programs updates 🤦♂️ wow.....I thought for sure these were checked in....
This commit is contained in:
parent
cfe2c96a1f
commit
430d1bc77f
15 changed files with 655 additions and 72 deletions
|
@ -150,6 +150,8 @@ def main():
|
|||
while True:
|
||||
event, values = window.read(timeout=1000*60*60) # wake every hour
|
||||
if event == sg.WIN_CLOSED or event == 'Exit':
|
||||
if event == 'Exit':
|
||||
sg.user_settings_set_entry('-location-', window.current_location())
|
||||
break
|
||||
if event == 'Add Package':
|
||||
window.metadata += 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue