mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-05-21 21:37:42 +00:00
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