Implement NoDisplay= of .desktop entries

Closes #9
This commit is contained in:
2020-09-06 22:08:54 +02:00
parent 5076f044a6
commit 36b6390292
2 changed files with 12 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ class ConfigFormatException : public std::runtime_error
class EntryConfig
{
public:
bool hidden = false;
QString key;
QString name;
QString command;