From d5ef68314b866324906471dbfc7ea86397304a3d Mon Sep 17 00:00:00 2001 From: HarukiToreda <116696711+HarukiToreda@users.noreply.github.com> Date: Sun, 21 Dec 2025 01:37:27 -0500 Subject: [PATCH] Fixed missing stray endiff --- src/graphics/niche/InkHUD/Applets/System/Menu/MenuApplet.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/graphics/niche/InkHUD/Applets/System/Menu/MenuApplet.cpp b/src/graphics/niche/InkHUD/Applets/System/Menu/MenuApplet.cpp index 0e8491226..24f632f09 100644 --- a/src/graphics/niche/InkHUD/Applets/System/Menu/MenuApplet.cpp +++ b/src/graphics/niche/InkHUD/Applets/System/Menu/MenuApplet.cpp @@ -1096,7 +1096,7 @@ void InkHUD::MenuApplet::showPage(MenuPage page) items.push_back(MenuItem("Exit", MenuPage::EXIT)); break; } -#endif + case NODE_CONFIG_DISPLAY: { items.push_back(MenuItem("Back", MenuAction::BACK, MenuPage::NODE_CONFIG)); @@ -1888,4 +1888,5 @@ void InkHUD::MenuApplet::freeCannedMessageResources() cm.selectedRecipientItem = nullptr; cm.messageItems.clear(); cm.recipientItems.clear(); -} \ No newline at end of file +} +#endif // MESHTASTIC_INCLUDE_INKHUD \ No newline at end of file