Skip to content

Commit 653417e

Browse files
committed
🔇 Remove debug
1 parent b6ef866 commit 653417e

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

SRC/Aura_OS/Kernel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

SRC/Aura_OS/Properties/VersionInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

SRC/Aura_OS/System/Processing/Processes/Explorer.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)