File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
System/Processing/Processes Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public static bool NetworkConnected
6969 }
7070 public static bool NetworkTransmitting = false ;
7171
72- public static bool GuiDebug = true ;
72+ public static bool GuiDebug = false ;
7373
7474 //FILES
7575 public static Bitmap programLogo ;
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ namespace Aura_OS
22{
33 public class VersionInfo
44 {
5- public static string revision = "010320241917 " ;
5+ public static string revision = "010320241920 " ;
66 }
77}
Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ namespace Aura_OS.System.Processing.Processes
1313{
1414 public class Explorer : Process
1515 {
16-
17-
1816 public static bool ShowStartMenu
1917 {
2018 get
You can’t perform that action at this time.
0 commit comments