diff --git a/Flow.Launcher.Infrastructure/Win32Helper.cs b/Flow.Launcher.Infrastructure/Win32Helper.cs index cfc73ad90..9336ce44c 100644 --- a/Flow.Launcher.Infrastructure/Win32Helper.cs +++ b/Flow.Launcher.Infrastructure/Win32Helper.cs @@ -808,7 +808,7 @@ namespace Flow.Launcher.Infrastructure /// Inspired by /// Document: /// - public static unsafe bool RunAsDesktopUser(string app, string cmdLine, string currentDir, out string errorInfo) + public static unsafe bool RunAsDesktopUser(string app, string currentDir, string cmdLine, out string errorInfo) { STARTUPINFOW si = new(); PROCESS_INFORMATION pi = new();