mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-22 11:00:16 +10:00
GUI: Add help menu
This commit is contained in:
@@ -3,6 +3,7 @@ from resources.wx_gui import (
|
||||
gui_build,
|
||||
gui_sys_patch,
|
||||
gui_support,
|
||||
gui_help,
|
||||
)
|
||||
from resources import constants
|
||||
|
||||
@@ -98,4 +99,9 @@ class MainMenu(wx.Frame):
|
||||
pass
|
||||
|
||||
def on_help(self, event: wx.Event = None):
|
||||
pass
|
||||
gui_help.HelpFrame(
|
||||
parent=self,
|
||||
title=self.title,
|
||||
global_constants=self.constants,
|
||||
screen_location=self.GetPosition()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user