From d23e9b7fa1c3f31cfbfbd529cfed1f1aaaedd63d Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Sat, 31 Jan 2026 15:30:58 -0500 Subject: chore: cleanup and harden installer paths --- src/components/CustomPathOverride.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/CustomPathOverride.tsx') diff --git a/src/components/CustomPathOverride.tsx b/src/components/CustomPathOverride.tsx index ffc4b1f..3b1fb7e 100644 --- a/src/components/CustomPathOverride.tsx +++ b/src/components/CustomPathOverride.tsx @@ -158,7 +158,7 @@ export const ManualPatchControls = ({ isAvailable, onManualModeChange }: ManualP if (!selectedPath) return; const setBusy = action === "patch" ? setIsPatching : setIsUnpatching; - setLastOperation(action); + setLastOperation(action); setBusy(true); setOperationResult(null); @@ -300,4 +300,4 @@ export const ManualPatchControls = ({ isAvailable, onManualModeChange }: ManualP )} ); -}; \ No newline at end of file +}; -- cgit v1.2.3