Skip to content

Commit 230b14f

Browse files
committed
don't hide useJpgForClipboard from macOS GUI configuration
1 parent 6afe0ca commit 230b14f

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
@@ -629,10 +629,6 @@ void GeneralConf::initUseJpgForClipboard()
629629
tr("Use lossy JPG format for clipboard (lossless PNG default)"));
630630
m_scrollAreaLayout->addWidget(m_useJpgForClipboard);
631631

632-
#if defined(Q_OS_MACOS)
633-
// FIXME - temporary fix to disable option for MacOS
634-
m_useJpgForClipboard->hide();
635-
#endif
636632
connect(m_useJpgForClipboard,
637633
&QCheckBox::clicked,
638634
this,

0 commit comments

Comments
 (0)