added easy adapter in settings

This commit is contained in:
sanjayk03-dev
2025-09-20 23:36:33 +05:30
parent 6192afd532
commit 668a116de7
3 changed files with 12 additions and 1 deletions

View File

@@ -25,6 +25,11 @@
"help": "Enable or disable safety prompts during and after probing",
"type": "bool",
"default": true
},
"easy-adapter": {
"help": "Enable or disable Easy Adapter",
"type": "bool",
"default": false
}
},