mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Removed "Debug" from the main menu (Available on Ctrl+Space shortcut)
This commit is contained in:
parent
2548674b26
commit
ef7cb366ce
1 changed files with 0 additions and 3 deletions
|
|
@ -780,9 +780,6 @@ private void MainWindow_Load(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
ContextMenuEncryptReplace();
|
ContextMenuEncryptReplace();
|
||||||
}
|
}
|
||||||
#if DEBUG
|
|
||||||
debugMainMenu.Visible = true;
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void RichTextBox_SelectionChanged(object sender, EventArgs e)
|
private void RichTextBox_SelectionChanged(object sender, EventArgs e)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue