Fix showing canned messages

This commit is contained in:
whywilson 2025-06-30 14:20:06 +08:00
parent 9fd6f72b0f
commit 1778edbad1
2 changed files with 2 additions and 4 deletions

View file

@ -79,6 +79,7 @@ struct CannedMessagesConfig: View {
totalBytes = messages.utf8.count
}
hasMessagesChanges = true
hasChanges = true
}
.foregroundColor(.gray)
}