mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-17 21:24:40 +10:00
gui.py: Ensure emojis supports 10.10-10.13
This commit is contained in:
@@ -482,7 +482,7 @@ If you require this feature, enable '10.14/15 Accel' in Settings."""))
|
||||
self.subheader.Centre(wx.HORIZONTAL)
|
||||
|
||||
# Build OpenCore
|
||||
self.build_opencore = wx.Button(self.frame, label="🧱 Build OpenCore", size=(150,30))
|
||||
self.build_opencore = wx.Button(self.frame, label="🔨 Build OpenCore", size=(150,30))
|
||||
self.build_opencore.SetPosition(
|
||||
wx.Point(
|
||||
self.header.GetPosition().x,
|
||||
|
||||
Reference in New Issue
Block a user