mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
Enable starting apps with command line arguments when run as admin is selected (#6923)
* Enable Run as Admin Arguments * Use a seperate function for both methods which were generating ProcessStartInfo fixes missing LnkResolvedPath missing in contextmenu (E.g. Shortcuts / PWA's). * Update tests * Move ProgramArguments to Result class Co-authored-by: Roy <royvou@hotmailcom>
This commit is contained in:
@@ -36,6 +36,8 @@ namespace Wox.Plugin
|
||||
|
||||
public string FontFamily { get; set; }
|
||||
|
||||
public string ProgramArguments { get; set; }
|
||||
|
||||
public Visibility ToolTipVisibility { get; set; } = Visibility.Collapsed;
|
||||
|
||||
public ToolTipData ToolTipData
|
||||
|
||||
Reference in New Issue
Block a user