You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really useful for my workflow if the Imgur uploader configuration had fields for the default title and description to use for uploads and/or the option to leave them without a title or description.
The text was updated successfully, but these errors were encountered:
I'll see if I can have a look at the code later since it does sound like good first issue. I'm not great with C++ though, so I would appreciate any tips or pointers once the PR is up.
Sure, not a problem. Have a look and let me know if you have any questions.
Your starting point should be /src/backend/uploader/imgur/ImgurWrapper.cpp:52 there the title and description are set. Currently the values are hardcoded, maybe passing some kind of details dto object to that method with title and description that are loaded from config will do the trick.
It would be really useful for my workflow if the Imgur uploader configuration had fields for the default title and description to use for uploads and/or the option to leave them without a title or description.
The text was updated successfully, but these errors were encountered: