You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the config file encryption is enabled, the dark mode activates only after the passphrase prompt. To fix that, the theme config option should be cached within the browser window itself (localStorage, cookie, etc).
The cache needs to work in production mode when the webview renderer is used (
When the config file encryption is enabled, the dark mode activates only after the passphrase prompt. To fix that, the theme config option should be cached within the browser window itself (
localStorage
, cookie, etc).The cache needs to work in production mode when the
webview
renderer is used (kohola/app/main.go
Line 26 in 2a2c11f
true
. (The webview might not have the same localStorage ability as Lorca UI)The text was updated successfully, but these errors were encountered: