LaunchArgs are ignored during AutoRulesCheck #117
Labels
bug
Something isn't working
Fixed/Completed
Commits related to this are in master, if the issue is still open, it's yet to be released
Milestone
In AutoRulesCheck.cs, the
LaunchArgs
are checked for being empty or null.However, if they are not null or empty, they are then not used.
This results in the configured
LaunchArgs
not being handed to the browser.I am trying to use this to launch specific links in specific Firefox profiles (using
-p <profilename>
asLaunchArgs
) and this is a blocking issue.The text was updated successfully, but these errors were encountered: