mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-12-11 06:45:34 -05:00
Switch DNS back to OpenNIC for now
This commit is contained in:
parent
f5fd480f56
commit
e22d028cbd
7 changed files with 157 additions and 2 deletions
3
Misc/Features/Lock_Screen_Timeouts.txt
Normal file
3
Misc/Features/Lock_Screen_Timeouts.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
if (failedAttempts >= 12 && timeoutMs < (failedAttempts * 600000)) {
|
||||
timeoutMs = (failedAttempts * 600000);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue