mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43:24 -07:00
toggle ExpertSettingsState on labels too
This commit is contained in:
parent
ae7cd8a59b
commit
cd82ddfd52
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue