]> spindle.queued.net Git - midori/commitdiff
Default to tabs in background, it's trendy not scary these days
authorChristian Dywan <christian@twotoasts.de>
Fri, 14 Sep 2012 21:55:12 +0000 (23:55 +0200)
committerChristian Dywan <christian@twotoasts.de>
Fri, 14 Sep 2012 23:19:59 +0000 (01:19 +0200)
midori/midori-settings.vala

index 041db0b1c71006cad7fc4b89a49dbd5752f6cb71..70d213c2ab1b8d55c361f79bd2e730b63d37f090 100644 (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; }