mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-22 05:14:46 -07:00
Add explanation
This commit is contained in:
@@ -441,6 +441,7 @@ void desktop_unlock(Desktop* desktop) {
|
||||
}
|
||||
|
||||
int32_t desktop_shutdown(void* context) {
|
||||
// Attempt to launch the app, and if failed offer to shutdown (simpler UI)
|
||||
Desktop* desktop = context;
|
||||
LoaderStatus result = loader_start(desktop->loader, "Power", "off", NULL);
|
||||
if(result != LoaderStatusOk) {
|
||||
|
||||
Reference in New Issue
Block a user