From 910efd86f09ee80a503be7143081ce70ab8eef94 Mon Sep 17 00:00:00 2001 From: todd-herbert Date: Thu, 13 Feb 2025 00:09:42 +1300 Subject: [PATCH] fix: InkHUD shouldn't nag about timezone (#6040) --- .../niche/InkHUD/Applets/System/Tips/TipsApplet.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/graphics/niche/InkHUD/Applets/System/Tips/TipsApplet.cpp b/src/graphics/niche/InkHUD/Applets/System/Tips/TipsApplet.cpp index 123ff7434..e6b5b5dc9 100644 --- a/src/graphics/niche/InkHUD/Applets/System/Tips/TipsApplet.cpp +++ b/src/graphics/niche/InkHUD/Applets/System/Tips/TipsApplet.cpp @@ -174,10 +174,9 @@ void InkHUD::TipsApplet::onActivate() if (settings.tips.firstBoot) tipQueue.push_back(Tip::WELCOME); - // Region and/or Timezone - // Shown until sets region and tz - if (config.lora.region == meshtastic_Config_LoRaConfig_RegionCode_UNSET || - !(*config.device.tzdef && config.device.tzdef[0] != 0)) + // Antenna, region, timezone + // Shown at boot if region not yet set + if (config.lora.region == meshtastic_Config_LoRaConfig_RegionCode_UNSET) tipQueue.push_back(Tip::FINISH_SETUP); // Shutdown info