Removed "Debug" from the main menu (Available on Ctrl+Space shortcut)

This commit is contained in:
Alexander 2019-10-15 20:20:36 +03:00
parent 2548674b26
commit ef7cb366ce

View file

@ -780,9 +780,6 @@ private void MainWindow_Load(object sender, EventArgs e)
{
ContextMenuEncryptReplace();
}
#if DEBUG
debugMainMenu.Visible = true;
#endif
}
private void RichTextBox_SelectionChanged(object sender, EventArgs e)