Add support for more image uploader services (#1741)
The list of links that have been uploaded is now also stored in the json format instead of csv
This commit is contained in:
@@ -273,6 +273,17 @@ public:
|
||||
// Custom URI Scheme
|
||||
QStringSetting customURIScheme = {"/external/urischeme"};
|
||||
|
||||
// Image Uploader
|
||||
QStringSetting imageUploaderUrl = {"/external/imageUploader/url",
|
||||
"https://i.nuuls.com/upload"};
|
||||
QStringSetting imageUploaderFormField = {
|
||||
"/external/imageUploader/formField", "attachment"};
|
||||
QStringSetting imageUploaderHeaders = {"/external/imageUploader/headers",
|
||||
""};
|
||||
QStringSetting imageUploaderLink = {"/external/imageUploader/link", ""};
|
||||
QStringSetting imageUploaderDeletionLink = {
|
||||
"/external/imageUploader/deletionLink", ""};
|
||||
|
||||
/// Misc
|
||||
BoolSetting betaUpdates = {"/misc/beta", false};
|
||||
#ifdef Q_OS_LINUX
|
||||
|
||||
Reference in New Issue
Block a user