Skip to content

Commit

Permalink
change icon
Browse files Browse the repository at this point in the history
  • Loading branch information
tigros committed Mar 12, 2024
1 parent e7911a4 commit 7756852
Show file tree
Hide file tree
Showing 3 changed files with 451 additions and 1 deletion.
1 change: 1 addition & 0 deletions whisperer/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion whisperer/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public bool PreFilterMessage(ref Message m)

void Form1_Load(object sender, EventArgs e)
{
if (!IsAtLeastWindows10())
if (IsAtLeastWindows10())
{
ShowError(@"Unsupported Windows version, will now exit.");
FormClosing -= new FormClosingEventHandler(Form1_FormClosing);
Expand Down
Loading

0 comments on commit 7756852

Please sign in to comment.