From d31cf28dc6cb50c52e26f4bee6ed0c6661e5d008 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Mon, 21 Jul 2025 18:13:00 -0700 Subject: [PATCH] Update Meshtastic/Views/Settings/Config/Module/CannedMessagesConfig.swift Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../Views/Settings/Config/Module/CannedMessagesConfig.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meshtastic/Views/Settings/Config/Module/CannedMessagesConfig.swift b/Meshtastic/Views/Settings/Config/Module/CannedMessagesConfig.swift index a0d1720f..32daa3a1 100644 --- a/Meshtastic/Views/Settings/Config/Module/CannedMessagesConfig.swift +++ b/Meshtastic/Views/Settings/Config/Module/CannedMessagesConfig.swift @@ -206,7 +206,7 @@ struct CannedMessagesConfig: View { cmc.inputbrokerEventPress = InputEventChars(rawValue: inputbrokerEventPress)!.protoEnumValue() let messagesAdminMessageId = bleManager.saveCannedMessageModuleMessages(messages: messages, fromUser: node!.user!, toUser: node!.user!) if messagesAdminMessageId > 0 { - // Fire off the message update ever time + // Fire off the message update every time hasMessagesChanges = false } let adminMessageId = bleManager.saveCannedMessageModuleConfig(config: cmc, fromUser: node!.user!, toUser: node!.user!)