mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-23 11:30:15 +10:00
GUI: Test new main menu
This commit is contained in:
@@ -60,8 +60,6 @@ class EntryPoint:
|
||||
screen_location=None,
|
||||
**({"patches": patches} if "--gui_patch" in sys.argv or "--gui_unpatch" in sys.argv else {})
|
||||
)
|
||||
if self.frame:
|
||||
gui_support.GenerateMenubar(self.frame, self.constants).generate()
|
||||
|
||||
atexit.register(self.OnCloseFrame)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user