mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
"Auto-save on lock" now have default value
This commit is contained in:
parent
5971cad074
commit
f878110bd6
1 changed files with 1 additions and 0 deletions
|
|
@ -95,6 +95,7 @@ private void SetSettings(string value)
|
|||
checkBox2.Checked = true;
|
||||
checkBox3.Checked = true;
|
||||
checkBox4.Checked = false;
|
||||
checkBox5.Checked = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue