Images 💾

Last commit ⭐

commit 444470b238eb5fa4905d1fa5383931ef84bf6a41
Author:     thankyouverycool <66646555+thankyouverycool@users.noreply.github.com>
AuthorDate: Thu May 18 08:50:38 2023 -0400
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Fri May 19 06:20:41 2023 +0200

    Applications: Improve FSAC error message handling
    
    Fixes apps showing redundant error messages and terminating
    unnecessarily on failed file requests. It's nicer to drop the
    user off at the equivalent of a default document on failure if
    possible.
    
    Also fixes TextEditor not showing response errors for missing files
    in the recently opened list.