GUI: Add root patching support

This commit is contained in:
Mykola Grymalyuk
2023-05-07 12:05:58 -06:00
parent f8b2b5a759
commit 1204daa330
12 changed files with 367 additions and 53 deletions

View File

@@ -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