mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-06-12 13:17:42 +02:00
feat: anonymize logs
This commit is contained in:
@ -619,6 +619,10 @@
|
||||
"hot_reload": {
|
||||
"name": "Hot Reload",
|
||||
"description": "Automatically reloads scripts when they change"
|
||||
},
|
||||
"disable_log_anonymization": {
|
||||
"name": "Disable Log Anonymization",
|
||||
"description": "Disables the anonymization of logs"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -7,4 +7,5 @@ class Scripting : ConfigContainer() {
|
||||
val developerMode = boolean("developer_mode", false) { requireRestart() }
|
||||
val moduleFolder = string("module_folder", "modules") { addFlags(ConfigFlag.FOLDER); requireRestart() }
|
||||
val hotReload = boolean("hot_reload", false)
|
||||
val disableLogAnonymization = boolean("disable_log_anonymization", false) { requireRestart() }
|
||||
}
|
Reference in New Issue
Block a user