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:
MacDue 2022-05-10 00:35:13 +01:00 committed by Linus Groh
commit 0c74f30819
Notes: sideshowbarker 2024-07-17 10:39:44 +09:00
4 changed files with 57 additions and 23 deletions

View file

@ -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");