Skip to content

Commit 3ce917b

Browse files
committed
Clean up ui
1 parent 8995ff7 commit 3ce917b

File tree

2 files changed

+334
-181
lines changed

2 files changed

+334
-181
lines changed

GeckoLoader.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def __init__(self, name, version=None, description=""):
9393
metavar="TYPE",
9494
)
9595
self.add_argument(
96-
"--handerpath",
96+
"--handlerpath",
9797
help="Define the path to the codehandler file, overrides the default",
9898
metavar="PATH",
9999
)
@@ -937,7 +937,6 @@ def _exec_api(self):
937937
hookAddress = self.uiexSettings.codehookLineEdit.text().strip()
938938
initAddress = self.uiexSettings.kernelHookLineEdit.text().strip()
939939
txtInclude = self.ui.txtCodesIncludeSelect.currentText().strip()
940-
codeHandlerType = self.ui.handlerTypeSelect.currentText().strip()
941940
optimize = self.uiexSettings.optimizeCodes.isChecked()
942941
protect = self.uiexSettings.protectCodes.isChecked()
943942
encrypt = self.uiexSettings.encryptCodes.isChecked()
@@ -949,8 +948,6 @@ def _exec_api(self):
949948
gct,
950949
"-t",
951950
txtInclude,
952-
"--handler",
953-
codeHandlerType,
954951
"--hooktype",
955952
hookType,
956953
]

0 commit comments

Comments
 (0)