gui_main.py: start build on modal launch

This commit is contained in:
Mykola Grymalyuk
2022-05-22 11:54:34 -06:00
parent e7143f2242
commit 9e5327f2d4

View File

@@ -599,8 +599,7 @@ class wx_python_gui:
self.frame_modal.ShowWindowModal()
if self.constants.start_build_install is True:
self.build_start()
self.build_start()
def build_start(self, event=None):
self.build_opencore.Disable()