diff --git a/KeePassHttp/Handlers.cs b/KeePassHttp/Handlers.cs index 53d8755..306f6ee 100644 --- a/KeePassHttp/Handlers.cs +++ b/KeePassHttp/Handlers.cs @@ -61,7 +61,7 @@ private string GetScheme(string uri) private bool canShowBalloonTips() { // tray icon is not visible --> no balloon tips for it - if (Program.Config.UI.TrayIcon.ShowOnlyIfTrayed && !host.MainWindow.IsTrayed()) + if (Program.Config.UI.TrayIcon.ShowOnlyIfTrayedEx && !host.MainWindow.IsTrayed()) { return false; }