aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Frontend/ShiftOS.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-07-25 17:57:50 -0400
committerMichael <[email protected]>2017-07-25 17:57:50 -0400
commit6114fe5af6faa679c477cf8eb9fccb95029df3b5 (patch)
tree2fa65cca4ae0d77bb91397ca862c6a31821260a3 /ShiftOS.Frontend/ShiftOS.cs
parent6e03daf60a2c9c1eec20d2bc069861c334a4c9c5 (diff)
downloadshiftos_thereturn-6114fe5af6faa679c477cf8eb9fccb95029df3b5.tar.gz
shiftos_thereturn-6114fe5af6faa679c477cf8eb9fccb95029df3b5.tar.bz2
shiftos_thereturn-6114fe5af6faa679c477cf8eb9fccb95029df3b5.zip
start work on main menu
Diffstat (limited to 'ShiftOS.Frontend/ShiftOS.cs')
-rw-r--r--ShiftOS.Frontend/ShiftOS.cs7
1 files changed, 4 insertions, 3 deletions
diff --git a/ShiftOS.Frontend/ShiftOS.cs b/ShiftOS.Frontend/ShiftOS.cs
index 4a563c2..cf52b64 100644
--- a/ShiftOS.Frontend/ShiftOS.cs
+++ b/ShiftOS.Frontend/ShiftOS.cs
@@ -96,9 +96,10 @@ namespace ShiftOS.Frontend
FileSkimmerBackend.Init(new MGFSLayer());
- //We'll use sandbox mode
- SaveSystem.IsSandbox = false;
- SaveSystem.Begin(true);
+
+ //Create a main menu
+ var mm = new MainMenu();
+ UIManager.AddTopLevel(mm);
base.Initialize();