Default to tabs in background, it's trendy not scary these days
This commit is contained in:
parent
29716305b5
commit
ddc1bec3fe
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue