[GH-ISSUE #542] [BUG] Keep the selected path of the Source list when relaunching #539

Open
opened 2026-03-03 19:51:14 +03:00 by kerem · 0 comments
Owner

Originally created by @kics223w1 on GitHub (Sep 15, 2025).
Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/542

Originally assigned to: @kics223w1 on GitHub.

📝 Description

Currently, when the app is relaunched, the previously selected item in the Source list is not preserved. Users have to manually reselect the same path every time they restart the app, which disrupts their workflow and slows down repeated testing/debugging sessions.

We should persist the last selected Source list path and restore it on the next app launch.


Acceptance Criteria

  • The last selected path in the Source list is saved when the app quits.
  • On relaunch, the app restores the previously selected Source list path.
  • Works correctly for both folders and single items.
  • Does not cause crashes or incorrect selections if the path no longer exists.
Originally created by @kics223w1 on GitHub (Sep 15, 2025). Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/542 Originally assigned to: @kics223w1 on GitHub. ## 📝 Description Currently, when the app is relaunched, the previously selected item in the **Source list** is not preserved. Users have to manually reselect the same path every time they restart the app, which disrupts their workflow and slows down repeated testing/debugging sessions. We should persist the last selected Source list path and restore it on the next app launch. --- ## ✅ Acceptance Criteria - [x] The last selected path in the Source list is saved when the app quits. - [x] On relaunch, the app restores the previously selected Source list path. - [x] Works correctly for both folders and single items. - [x] Does not cause crashes or incorrect selections if the path no longer exists.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxyman-windows-linux#539
No description provided.