1
Fork 0
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:
cflip 2022-10-15 19:07:21 -06:00 committed by Linus Groh
parent 953520df49
commit 05e7b338ad
3 changed files with 13 additions and 3 deletions

View file

@ -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;