diff --git a/Greenshot/Forms/SettingsForm.cs b/Greenshot/Forms/SettingsForm.cs index 9d8d6e2df..5b48b41bb 100644 --- a/Greenshot/Forms/SettingsForm.cs +++ b/Greenshot/Forms/SettingsForm.cs @@ -280,7 +280,7 @@ namespace Greenshot { imageNr++; } if (PickerDestination.DESIGNATION.Equals(destination.Designation)) { - checkbox_picker.Checked = true; + checkbox_picker.Checked = coreConfiguration.OutputDestinations.Contains(destination.Designation); checkbox_picker.Text = destination.Description; } else { ListViewItem item;