From 58932f4b340a81f4b12a9fcb9349e217add307da Mon Sep 17 00:00:00 2001 From: 1011025m <37438176+1011025m@users.noreply.github.com> Date: Sat, 13 May 2023 12:13:15 +0800 Subject: [PATCH] =?UTF-8?q?i=20forgor=20=F0=9F=92=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bloxstrap/Bootstrapper.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Bloxstrap/Bootstrapper.cs b/Bloxstrap/Bootstrapper.cs index 5d57f8c..44d4e0d 100644 --- a/Bloxstrap/Bootstrapper.cs +++ b/Bloxstrap/Bootstrapper.cs @@ -793,7 +793,11 @@ namespace Bloxstrap } if (Dialog is not null) + { Dialog.CancelEnabled = false; + // Byfron dialog specific + Dialog.VersionVisibility = true; + } App.State.Prop.VersionGuid = _latestVersionGuid;