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 7756852 commit 0a2f50f
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 0a2f50f

Please sign in to comment.