Commit e188a36
Address PR review feedback: fix duplicate env var crash, mislabeled button, unused import
- Dedup env var keys via GroupBy before ToDictionary to prevent ArgumentException
when duplicate enabled keys exist in UserEnvironmentVariablesList
- Fix Add button in EnvVarsDialog incorrectly labeled as "Save" (Action_Save -> Action_New)
- Remove unused System.Text.Json import from CivitDetailsPageViewModel
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c1969ee commit e188a36
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- StabilityMatrix.Avalonia
- ViewModels/CheckpointBrowser
- Views/Dialogs
- StabilityMatrix.Core/Models/Settings
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
| 174 | + | |
174 | 175 | | |
175 | 176 | | |
176 | 177 | | |
| |||
0 commit comments