From 795e3dd1a7fdbd25d41b24d9a585fa5001fd32b4 Mon Sep 17 00:00:00 2001 From: Pilzinsel64 Date: Sat, 15 Nov 2025 17:20:29 +0100 Subject: [PATCH] fix --- ModpackUpdater.Apps.Manager/Ui/Models/MainWindowGridRow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ModpackUpdater.Apps.Manager/Ui/Models/MainWindowGridRow.cs b/ModpackUpdater.Apps.Manager/Ui/Models/MainWindowGridRow.cs index 62c17dd..2691aad 100644 --- a/ModpackUpdater.Apps.Manager/Ui/Models/MainWindowGridRow.cs +++ b/ModpackUpdater.Apps.Manager/Ui/Models/MainWindowGridRow.cs @@ -70,7 +70,7 @@ public class MainWindowGridRow : INotifyPropertyChanged public string? Id { - get => action.Id; + get => actionId; set => action.Id = (actionId = value)?.Trim().Nullify(); }