mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 04:17:24 +08:00
[desktop] fix switch from "system" theme
This commit is contained in:
@ -68,6 +68,7 @@ if ( window.desktop ) {
|
||||
delete params.uitheme;
|
||||
} else {
|
||||
localStorage.setItem("ui-theme-id", theme.id);
|
||||
localStorage.removeItem("ui-theme-use-system");
|
||||
}
|
||||
|
||||
localStorage.removeItem("ui-theme");
|
||||
|
||||
Reference in New Issue
Block a user