Always show the tabbar by default
This commit is contained in:
parent
ae7a09a087
commit
532335702a
1 changed files with 1 additions and 2 deletions
|
@ -656,11 +656,10 @@ midori_web_settings_class_init (MidoriWebSettingsClass* class)
|
|||
"always-show-tabbar",
|
||||
_("Always Show Tabbar"),
|
||||
_("Always show the tabbar"),
|
||||
#ifdef HAVE_GRANITE
|
||||
TRUE,
|
||||
#ifdef HAVE_GRANITE
|
||||
G_PARAM_READABLE
|
||||
#else
|
||||
FALSE,
|
||||
flags
|
||||
#endif
|
||||
));
|
||||
|
|
Loading…
Reference in a new issue