Skip to content

Commit

Permalink
fix: add description for ClosedCase
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb committed May 3, 2024
1 parent 7cad720 commit 0fcd236
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GalaxyBudsClient/Model/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ public enum PlacementStates
Idle = 2,
[LocalizableDescription(Keys.PlacementInCase)]
Case = 3,
[LocalizableDescription(Keys.PlacementDisconnected)]
ClosedCase = 4,

// Custom states
Expand Down

0 comments on commit 0fcd236

Please sign in to comment.