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,
|
"show-panel", FALSE,
|
||||||
"toolbar-items", "Back,Forward,ReloadStop,Location",
|
"toolbar-items", "Back,Forward,ReloadStop,Location",
|
||||||
"homepage", NULL,
|
"homepage", NULL,
|
||||||
"show-statusbar", TRUE,
|
"show-statusbar", FALSE,
|
||||||
"enable-developer-extras", FALSE,
|
"enable-developer-extras", FALSE,
|
||||||
NULL);
|
NULL);
|
||||||
g_object_set (browser, "settings", settings, NULL);
|
g_object_set (browser, "settings", settings, NULL);
|
||||||
|
|
Loading…
Reference in a new issue