[Wopi] Change theme parameter
This commit is contained in:
parent
fb35bd107c
commit
1c418f2762
|
@ -286,7 +286,7 @@ div {
|
||||||
"www": fileInfo.BreadcrumbBrandUrl
|
"www": fileInfo.BreadcrumbBrandUrl
|
||||||
},
|
},
|
||||||
"chat": queryParams.dchat!=="1",
|
"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": {
|
"coEditing": {
|
||||||
"mode": "fast",
|
"mode": "fast",
|
||||||
|
|
Loading…
Reference in a new issue