Add no double space option

This commit is contained in:
ebolam
2022-10-26 20:53:47 -04:00
parent 09683052f1
commit 147b9be9e5
2 changed files with 23 additions and 0 deletions

View File

@@ -481,6 +481,22 @@ gensettingstf = [
"name": "singleline"
},
{
"UI_V2_Only": True,
"uitype": "toggle",
"unit": "bool",
"label": "No Double Spaces",
"id": "remove_double_space",
"min": 0,
"max": 1,
"step": 1,
"default": 0,
"tooltip": "Remove any double spaces in the game text.",
"menu_path": "Interface",
"sub_path": "Formatting",
"classname": "user",
"name": "remove_double_space"
},
{
"UI_V2_Only": True,
"uitype": "slider",
"unit": "int",