committed by
GitHub
Unverified
parent
c438e916ca
commit
8c2262dd95
@@ -635,7 +635,9 @@ async fn create_tray_menu(
|
||||
let should_show = match mode {
|
||||
"global" => group_name == "GLOBAL",
|
||||
_ => group_name != "GLOBAL",
|
||||
};
|
||||
} &&
|
||||
// Check if the group is hidden
|
||||
!group_data.get("hidden").and_then(|v| v.as_bool( )).unwrap_or(false);
|
||||
|
||||
if !should_show {
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user