mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:47:35 +00:00
Ladybird: Fix build after Gfx::load_system_theme() return type change
This commit is contained in:
parent
4c1f414713
commit
ea26e45594
1 changed files with 1 additions and 1 deletions
|
@ -647,7 +647,7 @@ void WebContentView::create_client()
|
|||
});
|
||||
};
|
||||
|
||||
client().async_update_system_theme(Gfx::load_system_theme(DeprecatedString::formatted("{}/res/themes/Default.ini", s_serenity_resource_root)));
|
||||
client().async_update_system_theme(MUST(Gfx::load_system_theme(DeprecatedString::formatted("{}/res/themes/Default.ini", s_serenity_resource_root))));
|
||||
client().async_update_system_fonts(Gfx::FontDatabase::default_font_query(), Gfx::FontDatabase::fixed_width_font_query(), Gfx::FontDatabase::window_title_font_query());
|
||||
|
||||
// FIXME: Get the screen rect.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue