Skip to content

Commit

Permalink
Fix exit condition error leaving app running in background
Browse files Browse the repository at this point in the history
  • Loading branch information
iysaleh committed Apr 17, 2024
1 parent 1987563 commit 4242caf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OpenAdhanForWindowsX/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ private void ExitToolStripMenuItem_Click(object sender, EventArgs e)
{
this.closeOnExit = true;
this.Close();
Application.Exit();
}

private void NotifyIcon_MouseMove(object sender, MouseEventArgs e)
Expand Down

0 comments on commit 4242caf

Please sign in to comment.