Skip to content

Commit

Permalink
fix return
Browse files Browse the repository at this point in the history
  • Loading branch information
pit-ray committed Feb 13, 2024
1 parent bf7f336 commit a54df44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/fluent_tray.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -939,6 +939,7 @@ namespace fluent_tray
if(GetForegroundWindow() != hwnd_ && visible_) {
if(!hide_menu_window()) {
status_ = TrayStatus::FAILED ;
return false ;
}
}

Expand Down

0 comments on commit a54df44

Please sign in to comment.