added very simple GPS GUI

This commit is contained in:
2023-07-10 23:29:22 +02:00
parent 5fa6c3ecbf
commit 8683eaf17a
3 changed files with 59 additions and 2 deletions

View File

@@ -33,7 +33,8 @@ class HomeContext {
private final listedApps:Array<String> = [
"terminal",
"log"
"log",
"pfclient"
];
public function new() {}