Allow more than one media file when importing from the web

To import media files from the web, increas the size of the
dialog box and allow several URLs separated by newlines.

Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
Robert C. Helling 2022-03-31 22:39:47 +02:00 committed by Dirk Hohndel
parent bc2de35242
commit 96e825fb2e
5 changed files with 59 additions and 52 deletions

View file

@ -279,7 +279,7 @@ URLDialog::URLDialog(QWidget *parent) : QDialog(parent)
QString URLDialog::url() const
{
return ui.urlField->text();
return ui.urlField->toPlainText();
}
bool isGnome3Session()