how to disable app #1725
-
Hello, one of my kids is excessively playing games on his PineTime. How can I remove the games from the menu or disable them? |
Beta Was this translation helpful? Give feedback.
Answered by
FintasticMan
Apr 3, 2023
Replies: 1 comment
-
You would need to edit the code to remove the app from the menu, the switch case in DisplayApp and the source files array in |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tomdavidson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You would need to edit the code to remove the app from the menu, the switch case in DisplayApp and the source files array in
src/CMakeLists.txt
. There is currently no way to do this at runtime, but it's a feature we want to implement.