Add new vaulting implementation

This commit is contained in:
Jazzzny
2023-10-06 16:09:44 -04:00
parent 5e61f0c61f
commit f968a493b9
4 changed files with 16 additions and 15 deletions

View File

@@ -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",
},