Merge branch 'mizaki-gentalker_password' into develop
This commit is contained in:
commit
5688cdea89
@ -336,6 +336,8 @@ def generate_source_option_tabs(
|
||||
elif option._guess_type() is str:
|
||||
if option.choices is not None:
|
||||
current_widget = generate_combobox(option, layout_grid)
|
||||
elif option.dest.casefold().endswith("password"):
|
||||
current_widget = generate_password_textbox(option, layout_grid)
|
||||
else:
|
||||
current_widget = generate_textbox(option, layout_grid)
|
||||
tab.widgets[option.dest] = current_widget
|
||||
|
Loading…
Reference in New Issue
Block a user