mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
Fix support for --no-splash command line argument
This commit is contained in:
@@ -957,6 +957,9 @@ void MainWindow::processParams(const QStringList& params) {
|
||||
const bool useTorrentAdditionDialog = pref.useAdditionDialog();
|
||||
foreach (QString param, params) {
|
||||
param = param.trimmed();
|
||||
if (param.startsWith("--"))
|
||||
continue;
|
||||
|
||||
if (misc::isUrl(param)) {
|
||||
QBtSession::instance()->downloadFromUrl(param);
|
||||
}else{
|
||||
|
||||
Reference in New Issue
Block a user