Remove "Choose an app to open the capture" for windows versions

This commit is contained in:
Yuriy Puchkov
2020-07-07 11:27:35 +03:00
parent ac6b39d739
commit 21a331e985

View File

@@ -54,7 +54,9 @@ QVector<CaptureButton::ButtonType> 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;
}