Seems that the lang and userinterfacemode query parameters are needed

Now some UI stuff shows up on the cool page. No document tiles yet,
though.

Signed-off-by: Tor Lillqvist <tml@collabora.com>
Change-Id: I5cc33cc8df3a700ee752a3ad437cdb3aabfbca86
pull/5520/head
Tor Lillqvist 2022-11-24 14:59:46 +02:00 committed by Tor Lillqvist
parent 8aab57ef0f
commit 81c7d3aa1b
1 changed files with 2 additions and 0 deletions

View File

@ -336,6 +336,8 @@ int main(int argc, char* argv[])
"?file_path=" + fileURL +
"&closebutton=1"
"&permission=edit"
"&lang=en"
"&userinterfacemode=notebookbar"
"&debug=true";
webkit_web_view_load_uri(webView, urlAndQuery.c_str());