We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387be05 commit 93c1b2dCopy full SHA for 93c1b2d
DearPyInjectorRustClient/Main.pyw
@@ -8,5 +8,5 @@ def MainThread():
8
WelcomeBox()
9
w.Window.MainWindow()
10
if __name__ == "__main__":
11
- #x_inject.Injector.CheckIfRustExists()
12
- MainThread()
+ x_inject.Injector.CheckIfRustExists()
+ MainThread()
0 commit comments