change: renamed "default" key logic algorithm to "dangerous"
This commit is contained in:
@@ -208,7 +208,7 @@
|
||||
},
|
||||
"key_logic_algorithm": {
|
||||
"choices": [
|
||||
"default",
|
||||
"dangerous",
|
||||
"partial",
|
||||
"strict"
|
||||
]
|
||||
|
||||
@@ -261,7 +261,7 @@
|
||||
],
|
||||
"key_logic_algorithm": [
|
||||
"Key Logic Algorithm (default: %(default)s)",
|
||||
"default: Balance between safety and randomization",
|
||||
"dangerous: Key usage must follow logic for safety",
|
||||
"partial: Partial protection when using certain minor glitches",
|
||||
"strict: Ensure small keys are available"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user