mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Changed the messages priority
This commit is contained in:
parent
c22e575db0
commit
d6433fd7b2
1 changed files with 2 additions and 2 deletions
|
|
@ -351,6 +351,8 @@ private void MainWindow_Load(object sender, EventArgs e)
|
|||
panel2.Visible = true;
|
||||
}
|
||||
|
||||
SaltMAC();
|
||||
|
||||
if (ps.AutoCheckUpdate == true)
|
||||
{
|
||||
Thread up = new Thread(() => сheckForUpdates(false));
|
||||
|
|
@ -359,8 +361,6 @@ private void MainWindow_Load(object sender, EventArgs e)
|
|||
|
||||
LineAndColumn();
|
||||
|
||||
SaltMAC();
|
||||
|
||||
DeleteUpdateFiles();
|
||||
|
||||
if (args.Length > 1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue