From 282dbfef2de138bf5bb2350097e64edb5a62e18a Mon Sep 17 00:00:00 2001 From: Jannis <55352293+fluxxcode@users.noreply.github.com> Date: Fri, 15 Nov 2024 00:10:25 +0100 Subject: [PATCH] Update readme (#185) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5e4aa71f..b6476e8d 100644 --- a/README.md +++ b/README.md @@ -249,6 +249,7 @@ The file dialog currently requires the following persistent data to be stored ac - Folders the user pinned to the left sidebar (`FileDialog::show_pinned_folders`) - If hidden files and folders should be visible (`FileDialog::show_hidden_option`) +- If system files should be visible (`FileDialog::show_system_files_option`) If one of the above feature is activated, the data should be saved by the application. Otherwise, frustrating situations could arise for the user and the features would not offer much added value.