From 29f2a4d9c9b6e83c97865d86219f740d725a29ef Mon Sep 17 00:00:00 2001 From: jelveh Date: Sun, 26 Jul 2026 22:14:17 -0700 Subject: [PATCH] Default file picker and sidebar to Home Make Home consistently visible and selected in file navigation. The file tab now shows the Home directory entry and auto-selects Home (instead of Desktop) when no initial path is provided. In `UIWindow`, saved sidebar layouts are backfilled to include Home if older preferences are missing that entry, preventing users from losing quick access after upgrades. --- src/gui/src/UI/Dashboard/TabFiles.js | 10 +++++----- src/gui/src/UI/UIWindow.js | 4 ++++ 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/gui/src/UI/Dashboard/TabFiles.js b/src/gui/src/UI/Dashboard/TabFiles.js index 68a63d803..3f3203cec 100644 --- a/src/gui/src/UI/Dashboard/TabFiles.js +++ b/src/gui/src/UI/Dashboard/TabFiles.js @@ -89,7 +89,7 @@ const TabFiles = {