[PR #3133] [MERGED] :electron: Fix electron "Data Dir" picker on Settings page #11754

Closed
opened 2026-04-10 21:09:42 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3133
Author: @MikesGlitch
Created: 7/25/2024
Status: Merged
Merged: 7/28/2024
Merged by: @MikesGlitch

Base: masterHead: fix/electron-file-location-picker


📝 Commits (3)

📊 Changes

3 files changed (+32 additions, -26 deletions)

View changed files

📝 packages/desktop-client/src/components/settings/Global.tsx (+24 -20)
📝 packages/desktop-client/src/components/settings/index.tsx (+2 -6)
upcoming-release-notes/3133.md (+6 -0)

📄 Description

image

Tested on:

  • Windows
  • Linux AppImage and Flatpak

Note:

In future it would be worth moving this to the "Manage Files" area of the app - so it can be selected before creating the first budget.

For now, I've enabled the existing functionality.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/3133 **Author:** [@MikesGlitch](https://github.com/MikesGlitch) **Created:** 7/25/2024 **Status:** ✅ Merged **Merged:** 7/28/2024 **Merged by:** [@MikesGlitch](https://github.com/MikesGlitch) **Base:** `master` ← **Head:** `fix/electron-file-location-picker` --- ### 📝 Commits (3) - [`55b5ea8`](https://github.com/actualbudget/actual/commit/55b5ea85637351a924d8d09d13d9a99387163f5d) fix electron file location picker - [`2134356`](https://github.com/actualbudget/actual/commit/21343568cc42ab82f979c80ee738189ed0d63ce8) add release notes - [`6dce365`](https://github.com/actualbudget/actual/commit/6dce365ee3db6730541575125a80354e1ed0d615) update message and style ### 📊 Changes **3 files changed** (+32 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/settings/Global.tsx` (+24 -20) 📝 `packages/desktop-client/src/components/settings/index.tsx` (+2 -6) ➕ `upcoming-release-notes/3133.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> - Fix the electron "Data" directory picker - it wasn't showing - Should partly resolve: https://github.com/actualbudget/actual/issues/2951 - We're still storing our files in "Documents" by default on WIndows - so the issue should remain open ![image](https://github.com/user-attachments/assets/9ec0e4f7-58f1-495c-8a3f-81baa94ec441) Tested on: - Windows - Linux AppImage and Flatpak ## Note: In future it would be worth moving this to the "Manage Files" area of the app - so it can be selected before creating the first budget. For now, I've enabled the existing functionality. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-10 21:09:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#11754