Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e850311

Browse files
author
Alexander
committed
Fixed typo
1 parent f0eb38f commit e850311

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

‎Crypto Notepad/Forms/MainForm.Designer.cs‎

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Crypto Notepad/Forms/MainForm.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ private async Task UnlockFile()
525525
UseWaitCursor = false;
526526
fileLockedPanel.Enabled = true;
527527
mainMenu.Enabled = true;
528-
settingsToolStripMenuItem.Enabled = false;
528+
settingsToolStripMenuItem.Enabled = true;
529529
toolbarPanel.Enabled = true;
530530
}
531531
catch (Exception ex)

0 commit comments

Comments
 (0)