-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
Open zim location in file manager #970
Conversation
@juuz0 Thx, will review later today! |
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.
I have not tested the functional part.
On the code part, only a small code change and we are good.
Earlier, context menu showed "Open"/"Delete" options only in local library. This doesn't make sense when browsing the remote library - already downloaded files should show "Open"/"Delete" instead of "Download book"
Added translations for context menu options: Delete book Download book Open Book Resume Download Pause Download Cancel download
I will check and merge, but clearly the edge case to test is the handling of exception if the folder is not redable or not available. |
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.
Seems to work, but we should have a proper error message if not possible to open a folder. Something like "Kiwix is not able to open folder xyz`.
Done. Added checks if directory exists/isReadable |
Added an option to open the zim's location in the OS's file manager
@mgautierfr Good for you or still have concerns regarding current implementation/solution? |
Fixes #98
Fixes #971