Just call update on all submenus instead of ones that are visible

This commit is contained in:
williameveretteggplant 2024-10-10 13:13:55 -06:00 committed by GitHub
parent 40fc3ab2ec
commit 4be0d3d1e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1068,7 +1068,7 @@ static BOOL menuBarVisible = YES;
if ([item hasSubmenu])
{
[[item submenu] _updateSubmenu];
[[item submenu] update];
}
[self _autoenableItem: item];