Images 💾

Last commit ⭐

commit 1346a653e48b5f734e3956bf8d05223bd8c2937a
Author:     networkException <git@nwex.de>
AuthorDate: Sat Sep 10 13:12:35 2022 +0200
Commit:     Sam Atkins <atkinssj@serenityos.org>
CommitDate: Sat Sep 10 20:41:16 2022 +0100

    WidgetGallery: Port file picker to use FileSystemAccessClient
    
    Previously we would unveil the home directory of anon to allow showing
    anything in the file picker. This patch removes direct access to the
    home directory and instead makes WidgetGallery connect to
    FileSystemAccessServer to open a file, making the application more user
    agnostic and allowing directories outside /home/anon to be shown.