Skip to content

Commit

Permalink
fix: Tray icon removed after locking
Browse files Browse the repository at this point in the history
Closes #24
  • Loading branch information
timokoessler committed Jul 23, 2024
1 parent f644d8b commit f5bd410
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Guard.WPF/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ private void Tray_Exit_Click(object? sender)

private void Tray_Lock_Click(object? sender)
{
RemoveTrayIcon();
Logout();
}

Expand Down

0 comments on commit f5bd410

Please sign in to comment.