mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:37:43 +00:00
FileManager: Use Config::pledge_domains()
This commit is contained in:
parent
eeddaa988a
commit
1a0a35f4b8
1 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,8 @@ int main(int argc, char** argv)
|
|||
return 1;
|
||||
}
|
||||
|
||||
Config::pledge_domains({ "FileManager", "WindowManager" });
|
||||
|
||||
if (is_desktop_mode)
|
||||
return run_in_desktop_mode();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue