1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-17 01:22:19 +03:00

Fixed 'default' vs 'auto'

This commit is contained in:
A_D 2021-05-28 10:13:29 +02:00
parent 10de03298b
commit d0272fd298
No known key found for this signature in database
GPG Key ID: 4BE9EB7DF45076C4

View File

@ -76,7 +76,7 @@ def plugin_prefs(parent: tk.Widget, cmdr: str, is_beta: bool) -> tk.Frame:
conf_frame,
override_textvar,
override_textvar.get(),
'normal', 'beta', 'default'
'normal', 'beta', 'auto'
).grid(sticky=tk.W, row=cur_row, column=1, padx=PADX)
return conf_frame