[Wopi] Change theme parameter

This commit is contained in:
Julia Radzhabova 2021-05-21 16:37:09 +03:00
parent fb35bd107c
commit 1c418f2762

View file

@ -286,7 +286,7 @@ div {
"www": fileInfo.BreadcrumbBrandUrl
},
"chat": queryParams.dchat!=="1",
"uiTheme": queryParams.thm==="1" ? "theme-light" : (queryParams.thm==="2" ? "theme-dark" : undefined)
"uiTheme": queryParams.thm==="1" ? "default-light" : (queryParams.thm==="2" ? "default-dark" : undefined)
},
"coEditing": {
"mode": "fast",