From d7b57378065d416b65d5dbb9a87ed15024581fb3 Mon Sep 17 00:00:00 2001 From: debont80 Date: Tue, 30 Jun 2026 15:11:13 -0400 Subject: [PATCH] Self-review fixes: revert ineffective/regression-risk changes from audit batch Addressing issues found reviewing this session's audit commits: REGRESSIONS FIXED - updater.ts (L52): reverted the spawn(detached) installer launch. Raw CreateProcess/spawn fails with ERROR_ELEVATION_REQUIRED if the NSIS build flips to perMachine (the config comment invites this), and it silently dropped shell.openPath's launch-error detection. Restored shell.openPath (ShellExecute honors the elevation manifest) and kept the L52 goal by replacing the 1500ms timer with setImmediate(app.quit). - LibraryView.tsx (M15): native - - + ) diff --git a/src/renderer/src/components/Select.tsx b/src/renderer/src/components/Select.tsx index 7b29c2a..6b175b1 100644 --- a/src/renderer/src/components/Select.tsx +++ b/src/renderer/src/components/Select.tsx @@ -1,4 +1,4 @@ -import { makeStyles, mergeClasses, tokens, shorthands } from '@fluentui/react-components' +import { makeStyles, mergeClasses, tokens, shorthands } from '@fluentui/react-components' // A native