Skip to content

Commit

Permalink
get rid of the empty string in the options (flameshot-org#2552)
Browse files Browse the repository at this point in the history
(cherry picked from commit de95c35)
  • Loading branch information
vozdeckyl authored and Yuriy Puchkov committed May 13, 2022
1 parent cf023f8 commit 61c4345
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config/generalconf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 61c4345

Please sign in to comment.