mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:07:36 +00:00
LibDesktop: Add support for RequiresRoot option to AppFile
This commit is contained in:
parent
b4456ecdbb
commit
7fc22896ee
2 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue