[desktop] debug ui themes

This commit is contained in:
Maxim Kadushkin 2021-11-06 00:33:02 +03:00
parent 7b275174bb
commit 0724928aa0

View file

@ -64,6 +64,7 @@ if ( window.desktop && !!window.RendererProcessVariable ) {
if ( theme.id ) {
// params.uitheme = undefined;
localStorage.setItem("ui-theme-id", theme.id);
localStorage.removeItem("ui-theme");
}
}
}