mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibDesktop: Add an optional "Description" field to .af files
This commit is contained in:
@@ -77,6 +77,11 @@ String AppFile::executable() const
|
||||
return executable;
|
||||
}
|
||||
|
||||
String AppFile::description() const
|
||||
{
|
||||
return m_config->read_entry("App", "Description").trim_whitespace();
|
||||
}
|
||||
|
||||
String AppFile::category() const
|
||||
{
|
||||
return m_config->read_entry("App", "Category").trim_whitespace();
|
||||
|
||||
Reference in New Issue
Block a user