app manager (#2442)

* fix unset autostart
* clean up - add comments to prevent misleading
* move the app to external and with necessary changes
* replace autostart app
This commit is contained in:
sommermorgentraum
2024-12-27 19:01:33 +08:00
committed by GitHub
parent bad57d1391
commit af362600ef
11 changed files with 479 additions and 107 deletions
+6 -1
View File
@@ -146,6 +146,10 @@ set(EXTCPPSRC
#metronome
external/metronome/main.cpp
external/metronome/ui_metronome.cpp
#app_manager
external/app_manager/main.cpp
external/app_manager/ui_app_manager.cpp
)
set(EXTAPPLIST
@@ -184,4 +188,5 @@ set(EXTAPPLIST
fmradio
tuner
metronome
)
app_manager
)