-
-
Notifications
You must be signed in to change notification settings - Fork 391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ui: recent libraries list improvements #881
base: main
Are you sure you want to change the base?
Conversation
I think this pull will also close : #810. |
Wouldn't it be better if it always showed the full path in the "Library Not Found" message? After all, knowing that a directory called "XYZ" wasn't found somewhere on the drive isn't all that useful (and not everyone is on top of their file organisation enough to immediately know where they had the library) |
I think it would, however with the setting introduced in #841 this may be considered a privacy concern for those who don't want their full file paths displayed on screen anywhere. Maybe that's just me reading into it too much though. After all, the About screen still shows the full config path location. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Besides me uncovering an unrelated bug (#889) while testing, this seems work perfectly!
(I still think that it would be good to have a setting in the future whether to show the full path in the popup, but this seems good as is)
Summary
This PR makes a couple tweaks to the Recent Libraries menu item:
Tasks Completed