mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-11 17:00:37 +00:00
Spider: Convert to try_create_default_icon
This commit is contained in:
parent
29d5fee07e
commit
21335ad720
Notes:
sideshowbarker
2024-07-17 22:38:04 +09:00
Author: https://github.com/Astraeus- Commit: https://github.com/SerenityOS/serenity/commit/21335ad7202 Pull-request: https://github.com/SerenityOS/serenity/pull/11293
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,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-spider");
|
||||
auto app_icon = TRY(GUI::Icon::try_create_default_icon("app-spider"));
|
||||
|
||||
Config::pledge_domains("Spider");
|
||||
|
||||
|
|
Loading…
Reference in a new issue