From 433e0fd0e198aae877c7a04b9be42648c7b04387 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Thu, 12 Jun 2025 15:18:14 +0800 Subject: [PATCH] Improve uac dialog path --- Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs b/Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs index 4c141238f..7e78a7fb6 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs +++ b/Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs @@ -211,7 +211,7 @@ namespace Flow.Launcher.Plugin.Program.Programs if (Main.IsAdmin && elevated) { // Since we are already elevated, we need to create UAC dialog manually - if (UACDialog.Show(IcoPath, Name, FullPath) != MessageBoxResult.Yes) + if (UACDialog.Show(IcoPath, Name, LnkResolvedPath) != MessageBoxResult.Yes) { return; }