mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:37:36 +00:00
LibDesktop: Add an optional "Description" field to .af files
This commit is contained in:
parent
c17304a8f6
commit
89ab55b44b
2 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,7 @@ public:
|
|||
String name() const;
|
||||
String executable() const;
|
||||
String category() const;
|
||||
String description() const;
|
||||
bool run_in_terminal() const;
|
||||
Vector<String> launcher_file_types() const;
|
||||
Vector<String> launcher_protocols() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue