Skip to content

Commit

Permalink
🔇 Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinbreiz committed Mar 1, 2024
1 parent b6ef866 commit 653417e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SRC/Aura_OS/Kernel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public static bool NetworkConnected
}
public static bool NetworkTransmitting = false;

public static bool GuiDebug = true;
public static bool GuiDebug = false;

//FILES
public static Bitmap programLogo;
Expand Down
2 changes: 1 addition & 1 deletion SRC/Aura_OS/Properties/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ namespace Aura_OS
{
public class VersionInfo
{
public static string revision = "010320241917";
public static string revision = "010320241920";
}
}
2 changes: 0 additions & 2 deletions SRC/Aura_OS/System/Processing/Processes/Explorer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ namespace Aura_OS.System.Processing.Processes
{
public class Explorer : Process
{


public static bool ShowStartMenu
{
get
Expand Down

0 comments on commit 653417e

Please sign in to comment.