mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:27:43 +00:00
Hearts: Convert to try_create_default_icon
This commit is contained in:
parent
88ce05317f
commit
421f91e4ca
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
ErrorOr<int> serenity_main(Main::Arguments arguments)
|
||||
{
|
||||
auto app = TRY(GUI::Application::try_create(arguments));
|
||||
auto app_icon = GUI::Icon::default_icon("app-hearts");
|
||||
auto app_icon = TRY(GUI::Icon::try_create_default_icon("app-hearts"));
|
||||
|
||||
Config::pledge_domains("Hearts");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue