Default to tabs in background, it's trendy not scary these days

This commit is contained in:
Christian Dywan 2012-09-14 23:55:12 +02:00
parent 29716305b5
commit ddc1bec3fe
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ namespace Midori {
public bool flash_window_on_new_bg_tabs { get; set; default = false; }
public bool close_buttons_on_tabs { get; set; default = true; }
public bool open_tabs_in_the_background { get; set; default = false; }
public bool open_tabs_in_the_background { get; set; default = true; }
public bool open_tabs_next_to_current { get; set; default = true; }
public bool always_show_tabbar { get; set; default = true; }