You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NSMenuItem *itm = [selfaddItemIfAllowed:TagOpenAllUnread title:NSLocalizedString(@"Open all unread", nil)];
if (itm) {
NSString *altTitle = [NSStringstringWithFormat:NSLocalizedString(@"Open a few unread (%lu)", nil), UserPrefsUInt(Pref_openFewLinksLimit)];
[selfaddItem:[itm alternateWithTitle:altTitle]];
}
this creates a hidden menu entry which is only shown when holding down alt/option. I assume this breaks the "highlight next item" logic. I wonder whether other apps have this problem with alternative-items or not. I assume the other work as expected, thus I have to try to create the menu item differently.
Step to reproduce
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered: