mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Disabling icons in toolbar.
This commit is contained in:
parent
54bc5c6571
commit
57326babd9
1 changed files with 4 additions and 0 deletions
|
|
@ -704,12 +704,16 @@ private void MainWindow_Activated(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
pictureBox11.Enabled = false;
|
pictureBox11.Enabled = false;
|
||||||
pictureBox13.Enabled = false;
|
pictureBox13.Enabled = false;
|
||||||
|
pictureBox6.Enabled = false;
|
||||||
|
pictureBox7.Enabled = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (encryptionKey != "")
|
if (encryptionKey != "")
|
||||||
{
|
{
|
||||||
pictureBox11.Enabled = true;
|
pictureBox11.Enabled = true;
|
||||||
pictureBox13.Enabled = true;
|
pictureBox13.Enabled = true;
|
||||||
|
pictureBox6.Enabled = true;
|
||||||
|
pictureBox7.Enabled = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue