mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-20 10:44:32 +10:00
GUI: Add root patching support
This commit is contained in:
@@ -45,7 +45,7 @@ class RestartHost:
|
||||
Restarts the host machine
|
||||
"""
|
||||
|
||||
def __init__(self, frame) -> None:
|
||||
def __init__(self, frame: wx.Frame) -> None:
|
||||
self.frame: wx.Frame = frame
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user