mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:17:44 +00:00
DisplaySettings: Link to cursor themes from "Themes" tab
This removes a few clicks to access the mouse settings and puts all theming actions in one place.
This commit is contained in:
parent
7c8541b914
commit
0c74f30819
4 changed files with 57 additions and 23 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
ErrorOr<int> serenity_main(Main::Arguments arguments)
|
||||
{
|
||||
TRY(Core::System::pledge("stdio thread recvfd sendfd rpath cpath wpath unix"));
|
||||
TRY(Core::System::pledge("stdio thread recvfd sendfd rpath cpath wpath unix proc exec"));
|
||||
|
||||
auto app = TRY(GUI::Application::try_create(arguments));
|
||||
Config::pledge_domain("WindowManager");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue