Skip to content

Commit

Permalink
Set Focus to main app window #3641
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Jan 22, 2025
1 parent efa001b commit b85851e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1365,6 +1365,7 @@ public void HideAll()
public void ShowAll()
{
this.Activate();
this.Focus();
}

/// <summary>
Expand Down

0 comments on commit b85851e

Please sign in to comment.