mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Add fix for windows Administrator lockout
This commit is contained in:
parent
79284a9094
commit
73fbf19088
@ -340,8 +340,8 @@ class Helpers:
|
||||
return False
|
||||
|
||||
def checkRoot(self):
|
||||
if helper.is_os_windows():
|
||||
if ctypes.windll.shell32.IsUserAnAdmin() == 0:
|
||||
if self.is_os_windows():
|
||||
if ctypes.windll.shell32.IsUserAnAdmin() == 1:
|
||||
return True
|
||||
else:
|
||||
return False
|
||||
|
Loading…
Reference in New Issue
Block a user