mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Improve uac dialog path
This commit is contained in:
parent
255ca5ac01
commit
433e0fd0e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue