Low Power Mode detection
Change low to reduced Low Power Mode detection Fix namespace space Low Power Mode detection Fix namespace space Low Power Mode detection
This commit is contained in:
@@ -19,3 +19,11 @@ namespace Darwin_Version
|
||||
return osver.patchVersion;
|
||||
}
|
||||
}
|
||||
|
||||
namespace Darwin_ProcessInfo
|
||||
{
|
||||
bool getLowPowerModeEnabled()
|
||||
{
|
||||
return NSProcessInfo.processInfo.isLowPowerModeEnabled;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user