Automatically filter by loader (closes #4072)
This commit is contained in:
parent
63de9eb24f
commit
b973b91d73
3 changed files with 12 additions and 7 deletions
|
@ -77,6 +77,7 @@ def create_interface():
|
|||
'instruction_template': shared.settings['instruction_template'],
|
||||
'prompt_menu-default': shared.settings['prompt-default'],
|
||||
'prompt_menu-notebook': shared.settings['prompt-notebook'],
|
||||
'filter_by_loader': shared.args.loader or 'All'
|
||||
})
|
||||
|
||||
if Path("cache/pfp_character.png").exists():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue