mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-02-02 18:12:32 +01:00
Fix shortcut generation when runtask option is enabled
This commit is contained in:
parent
ade55d3b9f
commit
ae77ad8298
@ -1307,9 +1307,10 @@ namespace DS4Windows
|
||||
try
|
||||
{
|
||||
string app = Assembly.GetExecutingAssembly().Location;
|
||||
lnk.TargetPath = Assembly.GetExecutingAssembly().Location;
|
||||
|
||||
if (runStartProgRadio.Checked)
|
||||
{
|
||||
lnk.TargetPath = Assembly.GetExecutingAssembly().Location;
|
||||
lnk.Arguments = "-m";
|
||||
}
|
||||
else if (runStartTaskRadio.Checked)
|
||||
|
Loading…
x
Reference in New Issue
Block a user