Images 💾

Last commit ⭐

commit 4c17f2273568a2220b3aae60a6dfc476fc15b814
Author:     Kenneth Myhra <kennethmyhra@serenityos.org>
AuthorDate: Fri May 5 22:50:18 2023 +0200
Commit:     Jelle Raaijmakers <jelle@gmta.nl>
CommitDate: Sat May 6 00:08:59 2023 +0200

    Ports: Unbreak SDL2 by using GUI::Application::create()
    
    Commit 1a97382 introduced the fallible GUI::Application::create() and
    removed GUI::Application::construct() breaking the SDL2 port, let's
    update it to use the fallible version.