Added udp cloud

This commit is contained in:
CommanderRedYT
2021-11-21 01:37:51 +01:00
committed by 0xFEEDC0DE64
parent a43bca4bab
commit 1b3c17c55d
11 changed files with 197 additions and 1 deletions

View File

@ -22,6 +22,7 @@ void Lockscreen::start()
currentMode = &m_mode;
profileButtonDisabled = !settings.lockscreen.allowPresetSwitch;
isLocked = true;
}
void Lockscreen::initScreen()
@ -122,6 +123,7 @@ void Lockscreen::stop()
}
profileButtonDisabled = false;
isLocked = false;
}
void Lockscreen::confirm()