-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Feat/drives refactoring #376
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
Feat/drives refactoring #376
Conversation
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.
Looks great, but I noticed we encounter a crash on app startup when running in a debugger which only occurs if File System access is denied. I would like to see this fixed before we merge the changes into settings-vm just to keep track of everything. Regardless, the newly modified branch will spend more time in testing before I incorporate the changes in v0.7.1 . Thanks!
@lampenlampen Startup Crash info: |
I'm guessing it has to do with the consent dialog which displays on startup because this exception only occurs when running in a debugger and file system access is disabled. |
So i can reproduce the crash, if the debugging option "Only my code" is enabled. If disabled, the crash does not occur. |
A guess: |
I could fix it, by delaying the creation of the |
@lampenlampen I'm still encountering a crash for some reason on the latest changes |
Yes there is a We need to set a default value at startup, if it is null. What should the default value be? |
The setting view model should have a default for every setting, the default for date and time format should be friendly date and times. For example "2 days ago". |
So we can choose between |
I think |
They are both with friendly dates.
|
Ok, so lets set the default to application. That is how it was in previous versions of Files as well. |
Great, is this pull request ready for review now? |
Yes fixed a last bug and should be ready now 👍. |
So i think i'm ready.