Skip to content

Commit

Permalink
Improve label display
Browse files Browse the repository at this point in the history
  • Loading branch information
mathoudebine committed May 12, 2024
1 parent 99b1894 commit 0cfaff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ def on_hwlib_change(self, e=None):
import ctypes
is_admin = ctypes.windll.shell32.IsUserAnAdmin() != 0
if (hwlib == "LHM" or hwlib == "AUTO") and not is_admin:
self.lhm_admin_warning.place(x=320, y=455)
self.lhm_admin_warning.place(x=320, y=460)
self.save_run_btn.state(["disabled"])
else:
self.lhm_admin_warning.place_forget()
Expand Down

0 comments on commit 0cfaff7

Please sign in to comment.