structura foldere
mutat kq- folders in un singur folder [kq]
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
if Config.Smartphone ~= 'lb-phone' then
|
||||
return
|
||||
end
|
||||
|
||||
function GetBattery()
|
||||
return exports["lb-phone"]:GetBattery()
|
||||
end
|
||||
|
||||
function SetBattery(battery)
|
||||
exports["lb-phone"]:SetBattery(battery)
|
||||
end
|
||||
|
||||
function ToggleCharging(bool)
|
||||
exports["lb-phone"]:ToggleCharging(bool)
|
||||
end
|
||||
|
||||
function IsPhoneDead()
|
||||
return exports["lb-phone"]:IsPhoneDead()
|
||||
end
|
||||
|
||||
function IsCharging()
|
||||
return exports["lb-phone"]:IsCharging()
|
||||
end
|
||||
+23
@@ -0,0 +1,23 @@
|
||||
if Config.Smartphone ~= 'qs-smartphone' then
|
||||
return
|
||||
end
|
||||
|
||||
function GetBattery()
|
||||
return exports["qs-smartphone"]:getBattery()
|
||||
end
|
||||
|
||||
function SetBattery(battery)
|
||||
|
||||
end
|
||||
|
||||
function ToggleCharging(bool)
|
||||
|
||||
end
|
||||
|
||||
function IsPhoneDead()
|
||||
|
||||
end
|
||||
|
||||
function IsCharging()
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user