mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-21 03:04:31 +10:00
Add new vaulting implementation
This commit is contained in:
@@ -836,6 +836,15 @@ class SettingsFrame(wx.Frame):
|
||||
"Export constants.py values to a txt file.",
|
||||
],
|
||||
},
|
||||
"OpenCore Vaulting": {
|
||||
"type": "checkbox",
|
||||
"value": self.constants.vault,
|
||||
"variable": "vault",
|
||||
"description": [
|
||||
"Untick to disable vaulting for",
|
||||
"testing purposes."
|
||||
],
|
||||
},
|
||||
"Developer Root Volume Patching": {
|
||||
"type": "title",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user