mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Code formatting
This commit is contained in:
parent
9e18e19eec
commit
d15194f789
2 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,6 @@
|
|||
using System.Linq;
|
||||
using System.Net;
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Security.Cryptography;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
|
|
@ -626,7 +625,7 @@ public void MenuIcons(bool menuIcons)
|
|||
aboutMainMenu.Image = Resources.information;
|
||||
alwaysOnTopMainMenu.Image = Resources.applications_blue;
|
||||
saveCloseFileMainMenu.Image = Resources.disk_minus;
|
||||
passwordGeneratorMainMenu.Image = Resources.key_plus;
|
||||
passwordGeneratorMainMenu.Image = Resources.key_plus;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
@ -984,6 +983,7 @@ private async void MainWindow_Load(object sender, EventArgs e)
|
|||
{
|
||||
await CheckForUpdates(false);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private void RichTextBox_SelectionChanged(object sender, EventArgs e)
|
||||
|
|
|
|||
|
|
@ -295,7 +295,7 @@ private void MenuIconsCheckBox_Click(object sender, EventArgs e)
|
|||
{
|
||||
MainForm main = Owner as MainForm;
|
||||
settings.menuIcons = menuIconsCheckBox.Checked;
|
||||
main.MenuIcons(settings.menuIcons);
|
||||
main.MenuIcons(settings.menuIcons);
|
||||
}
|
||||
|
||||
private void EditorFontLabel_Click(object sender, EventArgs e)
|
||||
|
|
|
|||
Loading…
Reference in a new issue