mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Added "suppress save dialog" option for the editor in the expert setting.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1824 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
cf2ef1235b
commit
7c5169da69
3 changed files with 33 additions and 14 deletions
|
@ -486,6 +486,7 @@ namespace Greenshot {
|
|||
checkbox_thumbnailpreview.Enabled = state;
|
||||
textbox_footerpattern.Enabled = state;
|
||||
textbox_counter.Enabled = state;
|
||||
checkbox_suppresssavedialogatclose.Enabled = state;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue