mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
8 lines
213 B
C++
8 lines
213 B
C++
#include "apps_container.h"
|
|
|
|
App::Snapshot * AppsContainer::initialAppSnapshot() {
|
|
// The backlight has not been initialized
|
|
Ion::Backlight::init();
|
|
return appSnapshotAtIndex(numberOfApps() == 2 ? 1 : 0);
|
|
}
|