Set "homepage" of web apps to NULL, to hide the bookmarkbar
This commit is contained in:
parent
9ed58f553b
commit
582310203a
1 changed files with 1 additions and 0 deletions
|
@ -1563,6 +1563,7 @@ main (int argc,
|
||||||
"show-menubar", FALSE,
|
"show-menubar", FALSE,
|
||||||
"show-navigationbar", TRUE,
|
"show-navigationbar", TRUE,
|
||||||
"toolbar-items", "Back,Forward,ReloadStop,Location",
|
"toolbar-items", "Back,Forward,ReloadStop,Location",
|
||||||
|
"homepage", NULL,
|
||||||
"show-statusbar", TRUE,
|
"show-statusbar", TRUE,
|
||||||
NULL);
|
NULL);
|
||||||
g_object_unref (settings);
|
g_object_unref (settings);
|
||||||
|
|
Loading…
Reference in a new issue