core/desktopentry: mask entries with priority less than hidden entry

This commit is contained in:
bbedward 2025-09-18 09:33:55 -04:00 committed by outfoxxed
parent c5c438f1cd
commit 2eacb713b9
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
3 changed files with 18 additions and 2 deletions

View file

@ -33,6 +33,7 @@ struct ParsedDesktopEntryData {
QString genericName;
QString startupClass;
bool noDisplay = false;
bool hidden = false;
QString comment;
QString icon;
QString execString;