mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 00:27:43 +00:00
LibDesktop+Taskbar: Add 'WorkingDirectory' property to app files
This commit is contained in:
parent
953520df49
commit
05e7b338ad
3 changed files with 13 additions and 3 deletions
|
@ -29,6 +29,7 @@ public:
|
|||
String executable() const;
|
||||
String category() const;
|
||||
String description() const;
|
||||
String working_directory() const;
|
||||
String icon_path() const;
|
||||
GUI::Icon icon() const;
|
||||
bool run_in_terminal() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue