Merge branch 'administrator_mode' of https://github.com/Flow-Launcher/Flow.Launcher into administrator_mode

This commit is contained in:
Jack251970 2025-06-13 14:28:57 +08:00
commit d1b4c3ce70

View file

@ -586,7 +586,7 @@ namespace Flow.Launcher.Plugin
/// Start a process with the given file path and arguments
/// </summary>
/// <remarks>
/// It can help to start a deelevated process and show user account control dialog when Flow is running as administrator.
/// It can help to start a de-elevated process and show user account control dialog when Flow is running as administrator.
/// </remarks>
/// <param name="filePath">Absolute file path. It can be an executable file or a script file</param>
/// <param name="workingDirectory">Working directory. If not specified, the current directory will be used</param>