feature: setting for disabling the window

This commit is contained in:
Dobin Rutishauser
2024-06-26 06:33:10 +02:00
parent d935792242
commit c93234845b
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -143,7 +143,8 @@ class Injector():
self.inject_and_reference_data()
# changes from console to UI (no console window) if necessary
self.superpe.patch_subsystem()
if self.settings.patch_show_window:
self.superpe.patch_subsystem()
# We done
logger.info("--( Write to file: {}".format(exe_out))