mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Fixed not working "auto save on lock" when you click on the "Lock" toolbar button
This commit is contained in:
parent
c5c914e849
commit
abad9fc422
1 changed files with 2 additions and 2 deletions
|
|
@ -1396,8 +1396,8 @@ private void SettingsToolbarButton_Click(object sender, EventArgs e)
|
|||
|
||||
private void LockToolbarButton_Click(object sender, EventArgs e)
|
||||
{
|
||||
AutoLock(false);
|
||||
}
|
||||
LockToolStripMenuItem_Click(this, new EventArgs());
|
||||
}
|
||||
|
||||
private void CloseToolbar_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue