mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Display settings window
This commit is contained in:
parent
040a70d181
commit
3b71b5d323
1 changed files with 1 additions and 0 deletions
|
|
@ -675,6 +675,7 @@ private void customRTB_TextChanged(object sender, EventArgs e)
|
|||
private void settingsToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
SettingsForm sf = new SettingsForm();
|
||||
sf.ShowDialog();
|
||||
}
|
||||
|
||||
private async void MainWindow_Activated(object sender, EventArgs e)
|
||||
|
|
|
|||
Loading…
Reference in a new issue