Skip to content

Commit 6f8d3d8

Browse files
committed
💄 Remove dialog close button
1 parent 7be1f50 commit 6f8d3d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "280220241717";
5+
public static string revision = "280220241720";
66
}
77
}

SRC/Aura_OS/System/Graphics/UI/GUI/Dialog.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ internal class Dialog : Window
2626
private bool _pressed;
2727
private bool _hasWindowMoving = false;
2828

29-
public Dialog(string title, string message, int x, int y) : base(title, x, y, 302, 119, true, false)
29+
public Dialog(string title, string message, int x, int y) : base(title, x, y, 302, 119, false, false)
3030
{
3131
_title = title;
3232
_message = message;

0 commit comments

Comments
 (0)