-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Use database to store layout preferences #9437
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
Conversation
No, you are right, It have the same behaviour, so it's unrelated to this PR. |
I much prefer the database way as well, because with the system as it currently stands it litters the folders a little too much and I have to put exceptions for my backups and for some other sync/file transfers, or when copying normally from explorer to say, an USB drive they get unhidden and are a pain. You say there's an implementation to "set layout to all folders" I think it could be done a little like explorer does, if a folder mostly contains images it automatically selects that category for it and uses the layout you hasve set for that category to display it. Or at least be able to set a certain view for a folder AND all its subfolders. |
…into default_layout2
…default_layout2
@Laesx this is how the adaptive layout works but there is another option to turn off adaptive layout and to apply the same layout no matter what the contents are. |
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.
LGTM
Resolved / Related Issues
Items resolved / related issues by this PR.
I'm still thinking about this, opened to gather feedback mostly.
Pros:
These right know would require walking the HDD
Cons:
Details of Changes
Add details of changes here.
Validation
How did you test these changes?