Skip to content

Add option to disable Imgur upload

This patch solves #20 (closed).

By default the new option enable_imgur_upload is assigned to true, but If the user don't want the checkbox, it can add the option in ~/.config/xfce4/xfce4-screenshooter assigned to false.

If the option is false:

image

If the option is true (by default):

image

Just a note: the diff shows that I've added a lot of lines inside lib/screenshoter-dialogs.c, but I've only added an if and indented the code correctly.

Also keep in mind that we need to document this option to the docs!

Edited by Emanuele Petriglia

Merge request reports