mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
DisplaySettings uses the optional `screen_dpi` value before checking if it is set, causing an assertion failure. This change moves the usage into the block where it is known to be set. One situation where this is known to occur is on real hardware when using the MULTIBOOT_VIDEO_MODE multiboot flag to enable graphical display output.