get rid of the empty string in the options (#2552)
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user