mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
feature: setting for disabling the window
This commit is contained in:
+2
-1
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user