mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2026-04-10 06:11:54 +10:00
core/desktopentry: mask entries with priority less than hidden entry
This commit is contained in:
parent
c5c438f1cd
commit
2eacb713b9
3 changed files with 18 additions and 2 deletions
|
|
@ -33,6 +33,7 @@ struct ParsedDesktopEntryData {
|
|||
QString genericName;
|
||||
QString startupClass;
|
||||
bool noDisplay = false;
|
||||
bool hidden = false;
|
||||
QString comment;
|
||||
QString icon;
|
||||
QString execString;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue