mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-25 19:02:07 -05: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
Reference in a new issue