We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1360de5 + a782b57 commit d3ceb4dCopy full SHA for d3ceb4d
src/PepperDash.Essentials.MobileControl/Touchpanel/ThemeMessenger.cs
@@ -40,7 +40,7 @@ protected override void RegisterActions()
40
this.LogInformation("Setting theme to {theme}", theme.Value);
41
_tpDevice.UpdateTheme(theme.Value);
42
43
- PostStatusMessage(JToken.FromObject(new { theme = theme.Value }), id);
+ PostStatusMessage(JToken.FromObject(new { theme = theme.Value }), clientId: id);
44
});
45
}
46
0 commit comments