diff --git a/src/utils/confighandler.cpp b/src/utils/confighandler.cpp index 6c8d0f0f..3c4d0e98 100644 --- a/src/utils/confighandler.cpp +++ b/src/utils/confighandler.cpp @@ -54,7 +54,9 @@ QVector ConfigHandler::getButtons() { << CaptureButton::TYPE_SAVE << CaptureButton::TYPE_EXIT << CaptureButton::TYPE_IMAGEUPLOADER +#if defined(Q_OS_LINUX) || defined(Q_OS_UNIX) << CaptureButton::TYPE_OPEN_APP +#endif << CaptureButton::TYPE_PIN << CaptureButton::TYPE_TEXT; }