add_tags set to true by default
This commit is contained in:
parent
7cf7f0cfa4
commit
b0475cd0d4
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ export const prefs_default = {
|
|||
dynamic_menu_order_alphabet: true,
|
||||
placeholders_use_default_value: false,
|
||||
max_prompt_length: 30000, // max string length for prompt
|
||||
add_tags: false,
|
||||
add_tags: true,
|
||||
add_tags_maxnum: 3,
|
||||
add_tags_hide_exclusions: false,
|
||||
add_tags_first_uppercase: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue