Skip to content
Snippets Groups Projects
Commit 0b032812 authored by pippin's avatar pippin Committed by schneider
Browse files

st3m: add gr33nhouse to settings menu

parent 81dd17dd
No related branches found
No related tags found
1 merge request!168Construct gr33nhouse
This commit is part of merge request !168. Comments created here will be created in the context of that merge request.
......@@ -11,7 +11,7 @@ from st3m.ui.menu import (
from st3m.ui.elements import overlays
from st3m.ui.view import View, ViewManager, ViewTransitionBlend
from st3m.ui.elements.menus import SimpleMenu, SunMenu
from st3m.application import discover_bundles, BundleMetadata
from st3m.application import discover_bundles, BundleMetadata, MenuItemAppLaunch
from st3m.about import About
from st3m import settings, logging, processors, wifi
......@@ -139,6 +139,7 @@ def run_main() -> None:
MenuItemAction("Disk Mode (SD)", machine.disk_mode_sd),
MenuItemLaunchPersistentView("About", About),
MenuItemAction("Yeet Local Changes", _yeet_local_changes),
MenuItemAppLaunch(BundleMetadata("/flash/sys/apps/clouds")),
MenuItemAction("Reboot", machine.reset),
],
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment