From c15a18c3769f0c1184b13668a61e000343b729f7 Mon Sep 17 00:00:00 2001 From: Raphire <9938813+Raphire@users.noreply.github.com> Date: Mon, 23 Mar 2026 00:00:06 +0100 Subject: [PATCH] Remove unnecessary call to updateState in Show-RevertSettingsModal function --- Scripts/GUI/Show-RevertSettingsModal.ps1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/Scripts/GUI/Show-RevertSettingsModal.ps1 b/Scripts/GUI/Show-RevertSettingsModal.ps1 index 15c0ff8..0ee62ab 100644 --- a/Scripts/GUI/Show-RevertSettingsModal.ps1 +++ b/Scripts/GUI/Show-RevertSettingsModal.ps1 @@ -199,8 +199,6 @@ function Show-RevertSettingsModal { $revertWindow.Close() }) - & $updateState - $revertWindow.ShowDialog() | Out-Null if ($overlay -and -not $overlayWasAlreadyVisible) {