From cd82ddfd5267cc48e14e31118278c877c5c01493 Mon Sep 17 00:00:00 2001 From: Christian Schulz Date: Wed, 16 Feb 2022 21:13:52 +0100 Subject: [PATCH] toggle ExpertSettingsState on labels too --- src/Greenshot/Forms/SettingsForm.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Greenshot/Forms/SettingsForm.cs b/src/Greenshot/Forms/SettingsForm.cs index 7fecda8e2..f9be7dbaa 100644 --- a/src/Greenshot/Forms/SettingsForm.cs +++ b/src/Greenshot/Forms/SettingsForm.cs @@ -804,6 +804,9 @@ namespace Greenshot.Forms checkbox_checkunstableupdates.Enabled = state; checkbox_minimizememoryfootprint.Enabled = state; checkbox_reuseeditor.Enabled = state; + label_clipboardformats.Enabled = state; + label_footerpattern.Enabled = state; + label_counter.Enabled = state; } ///