Added confirmation for Upload (#2037)

This commit is contained in:
Dearsh Oberoi
2021-11-09 01:03:50 +05:30
committed by GitHub
parent 445a4c68e8
commit df5d99321a
9 changed files with 99 additions and 0 deletions

View File

@@ -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 )),