Added confirmation for Upload (#2037)
This commit is contained in:
@@ -93,6 +93,7 @@ static QMap<class QString, QSharedPointer<ValueHandler>>
|
||||
#if !defined(Q_OS_MACOS)
|
||||
OPTION("useJpgForClipboard" ,Bool ( false )),
|
||||
#endif
|
||||
OPTION("uploadWithoutConfirmation" ,Bool ( false )),
|
||||
OPTION("saveAfterCopy" ,Bool ( false )),
|
||||
OPTION("savePath" ,ExistingDir ( )),
|
||||
OPTION("savePathFixed" ,Bool ( false )),
|
||||
|
||||
@@ -93,6 +93,9 @@ public:
|
||||
QString)
|
||||
CONFIG_GETTER_SETTER(antialiasingPinZoom, setAntialiasingPinZoom, bool)
|
||||
CONFIG_GETTER_SETTER(useJpgForClipboard, setUseJpgForClipboard, bool)
|
||||
CONFIG_GETTER_SETTER(uploadWithoutConfirmation,
|
||||
setUploadWithoutConfirmation,
|
||||
bool)
|
||||
CONFIG_GETTER_SETTER(ignoreUpdateToVersion,
|
||||
setIgnoreUpdateToVersion,
|
||||
QString)
|
||||
|
||||
Reference in New Issue
Block a user