add generate command and change config converters to non async

This commit is contained in:
UpstreamData
2022-05-06 15:06:18 -06:00
parent e324369fe0
commit 514fafea58
7 changed files with 109 additions and 9 deletions

View File

@@ -269,7 +269,7 @@ def get_config_layout():
expand_x=True,
enable_click_events=True,
),
sg.Multiline(size=(40, TABLE_HEIGHT + 1)),
sg.Multiline(size=(40, TABLE_HEIGHT + 1), key="cfg_config_txt"),
],
]
return config_layout