From 7428afaa6d4afc82a868631c38380bf6a53bcb1b Mon Sep 17 00:00:00 2001 From: Siddharth Date: Sun, 12 Oct 2025 17:42:06 -0700 Subject: [PATCH] qol impr --- electron-builder.json5 | 3 ++- src/components/LaunchWindow.tsx | 2 +- src/hooks/useScreenRecorder.ts | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/electron-builder.json5 b/electron-builder.json5 index cd633dc..5aa3cc1 100644 --- a/electron-builder.json5 +++ b/electron-builder.json5 @@ -26,7 +26,8 @@ ] } ], - "artifactName": "${productName}-Windows-${version}-Setup.${ext}" + "artifactName": "${productName}-Windows-${version}-Setup.${ext}", + "requestedExecutionLevel": "asInvoker" }, "nsis": { "oneClick": false, diff --git a/src/components/LaunchWindow.tsx b/src/components/LaunchWindow.tsx index d608630..7ab9ef1 100644 --- a/src/components/LaunchWindow.tsx +++ b/src/components/LaunchWindow.tsx @@ -43,7 +43,7 @@ export function LaunchWindow() { return (
-
+