mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 12:35:08 +00:00
DisplaySettings: Add context menu for wallpapers
This adds a 'Show in File Manager' action and copy path action to file context menu for quicker navigation. :^)
This commit is contained in:
parent
77953a937d
commit
ad5bd209ba
4 changed files with 24 additions and 6 deletions
|
@ -31,11 +31,6 @@ int main(int argc, char** argv)
|
|||
auto app = GUI::Application::construct(argc, argv);
|
||||
Config::pledge_domains("WindowManager");
|
||||
|
||||
if (pledge("stdio thread recvfd sendfd rpath cpath wpath", nullptr) < 0) {
|
||||
perror("pledge");
|
||||
return 1;
|
||||
}
|
||||
|
||||
auto app_icon = GUI::Icon::default_icon("app-display-settings");
|
||||
|
||||
auto window = GUI::Window::construct();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue