recommit #4765 overwritten by #4815 (#4834)

This commit is contained in:
Thomas
2025-09-23 13:59:41 +08:00
committed by GitHub
parent 909c4028f1
commit b3075cce24

View File

@@ -634,7 +634,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;