Add Homepage button to default toolbar
Many people do look for it and fail to understand how to add buttons to the toolbar.
This commit is contained in:
parent
40d25a4e10
commit
566985bb8b
1 changed files with 1 additions and 1 deletions
|
@ -547,7 +547,7 @@ midori_web_settings_class_init (MidoriWebSettingsClass* class)
|
||||||
"toolbar-items",
|
"toolbar-items",
|
||||||
_("Toolbar Items"),
|
_("Toolbar Items"),
|
||||||
_("The items to show on the toolbar"),
|
_("The items to show on the toolbar"),
|
||||||
"TabNew,Back,Forward,Next,ReloadStop,Location,Search,Trash",
|
"TabNew,Back,Forward,Next,ReloadStop,Homepage,Location,Search,Trash",
|
||||||
flags));
|
flags));
|
||||||
|
|
||||||
g_object_class_install_property (gobject_class,
|
g_object_class_install_property (gobject_class,
|
||||||
|
|
Loading…
Reference in a new issue