mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 13:18:19 +00:00
LibDesktop+Taskbar: Add 'WorkingDirectory' property to app files
This commit is contained in:
parent
953520df49
commit
05e7b338ad
Notes:
sideshowbarker
2024-07-18 05:37:06 +09:00
Author: https://github.com/cflip
Commit: 05e7b338ad
Pull-request: https://github.com/SerenityOS/serenity/pull/15646
Reviewed-by: https://github.com/gmta
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