mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-19 05:40:01 +10:00
sys_patch.py: Add patch set info to root
This commit is contained in:
+1
-1
@@ -804,7 +804,7 @@ class wx_python_gui:
|
||||
i = i + self.patch_label.GetSize().height + 3
|
||||
else:
|
||||
# Prompt user with no patches found
|
||||
self.patch_label = wx.StaticText(self.frame, label="No patches found")
|
||||
self.patch_label = wx.StaticText(self.frame, label="No patches needed")
|
||||
self.patch_label.SetFont(wx.Font(12, wx.FONTFAMILY_DEFAULT, wx.FONTSTYLE_NORMAL, wx.FONTWEIGHT_NORMAL))
|
||||
self.patch_label.SetPosition(
|
||||
wx.Point(
|
||||
|
||||
Reference in New Issue
Block a user