mirror of
https://github.com/leminlimez/Nugget.git
synced 2025-04-08 04:23:05 +08:00
handle patched versions (18.2 beta 3+)
This commit is contained in:
@@ -181,6 +181,12 @@ class DeviceManager:
|
||||
return False
|
||||
else:
|
||||
return self.data_singleton.current_device.supported()
|
||||
|
||||
def get_current_device_patched(self) -> bool:
|
||||
if self.data_singleton.current_device == None:
|
||||
return True
|
||||
else:
|
||||
return self.data_singleton.current_device.is_exploit_fully_patched()
|
||||
|
||||
|
||||
def reset_device_pairing(self):
|
||||
|
||||
Reference in New Issue
Block a user