Skip to content

Commit

Permalink
fix defeats of coverity
Browse files Browse the repository at this point in the history
  • Loading branch information
pit-ray committed May 2, 2024
1 parent c270ebe commit 69bbc2e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion include/fluent_tray.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1422,7 +1422,10 @@ namespace fluent_tray
if(!Shell_NotifyIconW(NIM_ADD, &icon_data_)) {
return false ;
}
hide_menu_window() ;

if(!hide_menu_window()) {
return false ;
}

return true ;
}
Expand Down

0 comments on commit 69bbc2e

Please sign in to comment.