You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When folders are retrieved for UserManager, it assumes those folders exist. (Desktop, Downloads, Documents, Pictures, Videos, Music) If those folders do not exist, an error is thrown (Failed to create user manager)
To Reproduce
Steps to reproduce the behavior:
Be silly
"Organize" by deleting Music and Videos
Relaunch Seelen
Expected behavior
Null check should be added if those folders do not exist src/background/modules/user/application.rs
The text was updated successfully, but these errors were encountered:
I agree that it should return empty, it's not hard to delete these folders (just pressing delete) so might happen to other users. I was super confused until I took a look through the logs
Describe the bug
When folders are retrieved for UserManager, it assumes those folders exist. (Desktop, Downloads, Documents, Pictures, Videos, Music) If those folders do not exist, an error is thrown (Failed to create user manager)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Null check should be added if those folders do not exist src/background/modules/user/application.rs
The text was updated successfully, but these errors were encountered: