OSDN Git Service

Made scene viewer be docked by default (only for
authorLatif Khalifa <latifer@streamgrid.net>
Mon, 8 Aug 2011 01:38:37 +0000 (01:38 +0000)
committerLatif Khalifa <latifer@streamgrid.net>
Mon, 8 Aug 2011 01:38:37 +0000 (01:38 +0000)
the first time users, for others it remembers the
last state).

git-svn-id: https://radegast.googlecode.com/svn/trunk@1082 f7a694da-4d33-11de-9ad6-1127a62b9fcd

Radegast/GUI/Dialogs/Settings.cs

index 93d573b..86afe35 100644 (file)
@@ -103,6 +103,8 @@ namespace Radegast
 
             if (!s.ContainsKey("minimize_to_tray")) s["minimize_to_tray"] = false;
 
+            if (!s.ContainsKey("scene_window_docked")) s["scene_window_docked"] = true;
+
         }
 
         public frmSettings(RadegastInstance instance)