mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:28:12 +00:00
WorkspacePicker: Add missing unveil(nullptr, nullptr)
Thanks Dex for pointing this out! :^)
This commit is contained in:
parent
6744930f4a
commit
bddbb49923
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
|
||||
TRY(Core::System::unveil("/res", "r"));
|
||||
TRY(Core::System::unveil("/bin/DisplaySettings", "x"));
|
||||
TRY(Core::System::unveil(nullptr, nullptr));
|
||||
|
||||
auto window = TRY(DesktopStatusWindow::try_create());
|
||||
window->set_title("WorkspacePicker");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue