From a0ee79dbcd26a8f07d493a7e993cbaf0d02e44db Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 17 Jul 2017 14:34:59 -0400 Subject: Hacking, barebones fskimmer, double clicking --- ShiftOS_TheReturn/Paths.cs | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'ShiftOS_TheReturn/Paths.cs') diff --git a/ShiftOS_TheReturn/Paths.cs b/ShiftOS_TheReturn/Paths.cs index 5827af2..0b00915 100644 --- a/ShiftOS_TheReturn/Paths.cs +++ b/ShiftOS_TheReturn/Paths.cs @@ -45,8 +45,8 @@ namespace ShiftOS.Engine /// public static void Init() { - Locations = new Dictionary(); - Locations.Add("root", "0:"); + Locations = new Dictionary(); + Locations.Add("root", "0:"); AddPath("root", "system"); @@ -76,7 +76,10 @@ namespace ShiftOS.Engine CheckPathExistence(); - CreateAndMountSharedFolder(); + if (Mounts.Count < 2) + { + CreateAndMountSharedFolder(); + } } /// -- cgit v1.2.3