Skip to content

Commit

Permalink
don't hide useJpgForClipboard from macOS GUI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariandr committed Sep 15, 2024
1 parent 9917f98 commit 8b4e6c7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/config/generalconf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -614,10 +614,6 @@ void GeneralConf::initUseJpgForClipboard()
tr("Use lossy JPG format for clipboard (lossless PNG default)"));
m_scrollAreaLayout->addWidget(m_useJpgForClipboard);

#if defined(Q_OS_MACOS)
// FIXME - temporary fix to disable option for MacOS
m_useJpgForClipboard->hide();
#endif
connect(m_useJpgForClipboard,
&QCheckBox::clicked,
this,
Expand Down

0 comments on commit 8b4e6c7

Please sign in to comment.