Hide statusbar in app mode by default
This commit is contained in:
parent
91328aef2e
commit
28bdabd928
1 changed files with 1 additions and 1 deletions
|
@ -1752,7 +1752,7 @@ main (int argc,
|
|||
"show-panel", FALSE,
|
||||
"toolbar-items", "Back,Forward,ReloadStop,Location",
|
||||
"homepage", NULL,
|
||||
"show-statusbar", TRUE,
|
||||
"show-statusbar", FALSE,
|
||||
"enable-developer-extras", FALSE,
|
||||
NULL);
|
||||
g_object_set (browser, "settings", settings, NULL);
|
||||
|
|
Loading…
Reference in a new issue