@@ -22,6 +22,7 @@ export const actionChangeViewBackgroundColor = register({
name: "changeViewBackgroundColor",
perform: (_, appState, value) => {
console.trace("changeViewBackgroundColor")
+ console.log("changeViewBackgroundColor...",value)
return {
appState: { ...appState, ...value },