mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[bootloader] Mark Epsilon 20.3 as safe
This commit is contained in:
@@ -25,7 +25,7 @@ bool App::processEvent(Ion::Events::Event e) {
|
||||
if (e == Ion::Events::Home) {
|
||||
return true;
|
||||
}
|
||||
if (e == Ion::Events::OnOff) {
|
||||
if (e == Ion::Events::OnOff && !GlobalPreferences::sharedGlobalPreferences()->isInExamMode()) {
|
||||
Ion::Power::standby(); // Force a core reset to exit
|
||||
}
|
||||
return ::App::processEvent(e);
|
||||
|
||||
Reference in New Issue
Block a user