Skip to content

Commit

Permalink
Change "value" to "theme"
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpyneDreams committed Sep 6, 2023
1 parent 32fee1d commit 33b2661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skiffWindowsApp/Skiff Desktop/MessageProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public class UnreadCountDataWrapper

public class ThemeChange
{
[JsonPropertyName("value")]
[JsonPropertyName("theme")]
public string Theme { get; set; }
}

Expand Down

0 comments on commit 33b2661

Please sign in to comment.