LibDesktop: Add support for RequiresRoot option to AppFile

This commit is contained in:
ne0ndrag0n 2022-10-03 20:08:34 -04:00 committed by Linus Groh
commit 7fc22896ee
Notes: sideshowbarker 2024-07-17 05:58:32 +09:00
2 changed files with 6 additions and 0 deletions

View file

@ -32,6 +32,7 @@ public:
String icon_path() const;
GUI::Icon icon() const;
bool run_in_terminal() const;
bool requires_root() const;
Vector<String> launcher_mime_types() const;
Vector<String> launcher_file_types() const;
Vector<String> launcher_protocols() const;