From e4cf2aabfeeda29c0f06f58357cfa41eceae4d57 Mon Sep 17 00:00:00 2001 From: Pat Hartl Date: Tue, 24 Oct 2023 18:05:13 -0500 Subject: [PATCH] Add new detect install script type, restrict script editor to specific types --- LANCommander/Components/ScriptEditor.razor | 3 ++- LANCommander/Data/Enums/ScriptType.cs | 4 +++- LANCommander/Pages/Games/Edit.razor | 3 ++- LANCommander/Pages/Redistributables/Edit.razor | 3 ++- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/LANCommander/Components/ScriptEditor.razor b/LANCommander/Components/ScriptEditor.razor index 5bebc53..a2c2a0c 100644 --- a/LANCommander/Components/ScriptEditor.razor +++ b/LANCommander/Components/ScriptEditor.razor @@ -56,7 +56,7 @@ - @Value.GetDisplayName() @Value.GetDisplayName() @@ -117,6 +117,7 @@ [Parameter] public Guid ArchiveId { get; set; } [Parameter] public ICollection