Skip to content

Commit d3ceb4d

Browse files
authored
Merge pull request #1352 from PepperDash/theme-saving
fix: use correct overload for PostStatusMessage
2 parents 1360de5 + a782b57 commit d3ceb4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PepperDash.Essentials.MobileControl/Touchpanel/ThemeMessenger.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ protected override void RegisterActions()
4040
this.LogInformation("Setting theme to {theme}", theme.Value);
4141
_tpDevice.UpdateTheme(theme.Value);
4242

43-
PostStatusMessage(JToken.FromObject(new { theme = theme.Value }), id);
43+
PostStatusMessage(JToken.FromObject(new { theme = theme.Value }), clientId: id);
4444
});
4545
}
4646
}

0 commit comments

Comments
 (0)