mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:17:44 +00:00
Solitaire: Convert to try_create_default_icon
This commit is contained in:
parent
bb214dd7e8
commit
3ca72831d1
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
TRY(Core::System::pledge("stdio recvfd sendfd rpath unix"));
|
||||
|
||||
auto app = TRY(GUI::Application::try_create(arguments));
|
||||
auto app_icon = GUI::Icon::default_icon("app-solitaire");
|
||||
auto app_icon = TRY(GUI::Icon::try_create_default_icon("app-solitaire"));
|
||||
|
||||
Config::pledge_domains("Solitaire");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue