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 99b1894 commit 0cfaff7Copy full SHA for 0cfaff7
configure.py
@@ -462,7 +462,7 @@ def on_hwlib_change(self, e=None):
462
import ctypes
463
is_admin = ctypes.windll.shell32.IsUserAnAdmin() != 0
464
if (hwlib == "LHM" or hwlib == "AUTO") and not is_admin:
465
- self.lhm_admin_warning.place(x=320, y=455)
+ self.lhm_admin_warning.place(x=320, y=460)
466
self.save_run_btn.state(["disabled"])
467
else:
468
self.lhm_admin_warning.place_forget()
0 commit comments