From a54df44280cfc5b33444e5364b24f679e6e5237d Mon Sep 17 00:00:00 2001 From: pit-ray Date: Tue, 13 Feb 2024 16:03:50 +0900 Subject: [PATCH] fix return --- include/fluent_tray.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/fluent_tray.hpp b/include/fluent_tray.hpp index 438faea..a4604f2 100644 --- a/include/fluent_tray.hpp +++ b/include/fluent_tray.hpp @@ -939,6 +939,7 @@ namespace fluent_tray if(GetForegroundWindow() != hwnd_ && visible_) { if(!hide_menu_window()) { status_ = TrayStatus::FAILED ; + return false ; } }