Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Update all right-to-left data on config apply. #327

Merged
merged 1 commit into from
Oct 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion device/src/state_sync.c
Original file line number Diff line number Diff line change
Expand Up @@ -671,5 +671,6 @@ void StateSync_ResetRightDongleLink(bool bidirectional) {
}

void StateSync_ResetConfig() {
invalidateProperty(StateSyncPropertyId_FunctionalColors);
// For simplicity, update all for now
StateSync_ResetRightLeftLink(false);
}