mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 22:20:53 +10:00
GUI Update: Break on error
This commit is contained in:
@@ -786,11 +786,14 @@ class SettingsFrame(wx.Frame):
|
||||
"Check CHANGELOG before blindly updating.",
|
||||
],
|
||||
},
|
||||
"wrap_around 1": {
|
||||
"type": "wrap_around",
|
||||
},
|
||||
"Export constants": {
|
||||
"type": "button",
|
||||
"function": self.on_export_constants,
|
||||
"description": [
|
||||
"Export constants.py values to a plist file.",
|
||||
"Export constants.py values to a txt file.",
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user