mirror of
https://github.com/torlando-tech/pyxis.git
synced 2026-09-25 14:13:36 +00:00
feat(ui): add app launcher and NomadNet MVP
This commit is contained in:
+3
-1
@@ -2411,7 +2411,9 @@ static void handle_test_hook_command(const String& line) {
|
||||
// additional state (peer hash / identity / active call) and
|
||||
// are not exposed here.
|
||||
if (!ui_manager) { Serial.println("T:ERR no ui_manager"); return; }
|
||||
if (args == "conversation_list" || args == "home") {
|
||||
if (args == "home") {
|
||||
ui_manager->show_home();
|
||||
} else if (args == "conversation_list") {
|
||||
ui_manager->show_conversation_list();
|
||||
} else if (args == "compose") {
|
||||
ui_manager->show_compose();
|
||||
|
||||
Reference in New Issue
Block a user