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