Skip to content

Parse the command line arguments also the first time we open

jrv ezg requested to merge jrv/ktorrent:fix_opening_urls_in_first_use into master

Without this, the program ignores the "--silent" and URL arguments unless it receives them from DBus.

Also changed addOption for addPositionalArgument for the URL argument(s).

Merge request reports