get rid of the empty string in the options (#2552)

This commit is contained in:
vozdeckyl
2022-05-01 15:16:47 +01:00
committed by GitHub
parent 724a28f43a
commit de95c357de

View File

@@ -468,7 +468,6 @@ void GeneralConf::initSaveAfterCopy()
extensionLayout->addWidget(
new QLabel(tr("Preferred save file extension:")));
m_setSaveAsFileExtension = new QComboBox(this);
m_setSaveAsFileExtension->addItem("");
QStringList imageFormatList;
foreach (auto mimeType, QImageWriter::supportedImageFormats())