Skip to content

Commit 3e2e674

Browse files
committed
fixed add app entry button not working
1 parent 7157809 commit 3e2e674

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

GPUPrefSwitcherGUI/MainForm.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,8 @@ private void AddEntryButton_Click(object sender, EventArgs e)
476476

477477
AppEntry newAppEntry = GetDefaultAppEntry(newPath) with { PendingAddToRegistry = true };
478478

479+
appEntrySaver.CurrentAppEntries.Add(newAppEntry);
480+
479481
UpdateGrid();
480482
UpdateActionButtons();
481483

0 commit comments

Comments
 (0)