mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 14:40:52 +10:00
GUI: Test new main menu
This commit is contained in:
@@ -9,7 +9,7 @@ import subprocess
|
||||
|
||||
from pathlib import Path
|
||||
|
||||
from resources.wx_gui import gui_download
|
||||
from resources.wx_gui import gui_download, gui_support
|
||||
from resources import (
|
||||
constants,
|
||||
network_handler,
|
||||
@@ -30,6 +30,7 @@ class UpdateFrame(wx.Frame):
|
||||
parent.Hide()
|
||||
else:
|
||||
super(UpdateFrame, self).__init__(parent, title=title, size=(350, 300), style=wx.DEFAULT_FRAME_STYLE & ~(wx.RESIZE_BORDER | wx.MAXIMIZE_BOX))
|
||||
gui_support.GenerateMenubar(self, global_constants).generate()
|
||||
|
||||
self.title: str = title
|
||||
self.constants: constants.Constants = global_constants
|
||||
|
||||
Reference in New Issue
Block a user