mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:07:35 +00:00
GamesSettings: Add a setting for the card-back image
And also add a couple of images so there's more than one option. :^) (My yak silhouette isn't very good, so please replace that, artists!)
This commit is contained in:
parent
435e53fcfe
commit
deeef8c412
6 changed files with 49 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
ErrorOr<int> serenity_main(Main::Arguments arguments)
|
||||
{
|
||||
TRY(Core::System::pledge("stdio rpath recvfd sendfd unix"));
|
||||
TRY(Core::System::pledge("stdio rpath recvfd sendfd unix thread"));
|
||||
auto app = TRY(GUI::Application::try_create(arguments));
|
||||
Config::pledge_domain("Games");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue