Skip to content

Commit

Permalink
Autofocus search
Browse files Browse the repository at this point in the history
  • Loading branch information
timokoessler committed Sep 30, 2024
1 parent 087222a commit 3e60f8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Guard.WPF/Views/Pages/Home.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ await TokenManager.GetAllTokens()
TOTPTokenContainer.Visibility = Visibility.Visible;
SearchPanel.Visibility = Visibility.Visible;

SearchBox.Focus();

RunTimer();

if (SettingsManager.Settings.ShowTokenCardIntro)
Expand Down

0 comments on commit 3e60f8a

Please sign in to comment.