Skip to content

Commit 8b4e6c7

Browse files
committed
don't hide useJpgForClipboard from macOS GUI configuration
1 parent 9917f98 commit 8b4e6c7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/config/generalconf.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -614,10 +614,6 @@ void GeneralConf::initUseJpgForClipboard()
614614
tr("Use lossy JPG format for clipboard (lossless PNG default)"));
615615
m_scrollAreaLayout->addWidget(m_useJpgForClipboard);
616616

617-
#if defined(Q_OS_MACOS)
618-
// FIXME - temporary fix to disable option for MacOS
619-
m_useJpgForClipboard->hide();
620-
#endif
621617
connect(m_useJpgForClipboard,
622618
&QCheckBox::clicked,
623619
this,

0 commit comments

Comments
 (0)