GUI: Move files into resources folder

This commit is contained in:
Mykola Grymalyuk
2022-12-23 10:28:20 -07:00
parent 2331aeb6d9
commit e46a5213a6
5 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ class OpenCoreLegacyPatcher:
if utilities.check_cli_args() is None:
if launch_gui is True:
utilities.disable_cls()
from gui import gui_main
from resources.gui import gui_main
gui_main.wx_python_gui(self.constants).main_menu(None)
else:
self.main_menu()