[Bug]: Closing a directory doesn't reset the last opened directory #34
Labels
No labels
Kind/Bug
Kind/Feature
Priority/High
Priority/Medium
Reviewed/Confirmed
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ai-collab/bulk-image-organizer#34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
App version
0.1.10
Platform
Both
Steps to reproduce
Close Directory and Delete CacheExpected behavior
The application opens with no directory loaded or selected
Actual behavior
The last opened directory that was closed before closing the application is reopened
Additional context
No response
[Bug]: Closing a directory doesn't rest the last opened directoryto [Bug]: Closing a directory doesn't reset the last opened directoryConfirmed fixed and validated.
_on_close_directory_and_cache()now calls the existing (previously dead)_remove_from_recent()helper, clearing the directory fromrecent_dirsinGlobalConfigDBso it's no longer auto-reopened on next launch. Resolved on branch0.1.37/issue-27-34-close-directory(PR tomainincoming). Closing.