-
Notifications
You must be signed in to change notification settings - Fork 131
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
FR: Quick Mount #1435
Comments
Thanks for opening the FR. We were already had the idea for such a feature #1281. I think this feature should include opening the folder in the file explorer automatically as well as a setting to disable this behaviour. |
I have a few questions regarding this:
|
|
I like the dropdown solution. |
Could you point me to the right direction (qt docs?), If I were to implement something like that? |
@diivi I think you can use QMenu for UI vorta/src/vorta/views/repo_tab.py Lines 29 to 34 in 1f12782
vorta/src/vorta/assets/UI/repotab.ui Lines 144 to 151 in 1f12782
|
The problem
The Mount option is good but requires the user to have already created an empty folder to mount to. This seems to be a little bit of extra work for the basic user.
Requested Solution
A Quick Browse button. This button would create a folder for the user, for example in /tmp or in a known Borg location e.g. ~/.borg and mount the selected Archive for the user. This way a user can quickly access the backup and browser for files. The button would then change to an Unmount button which would unmount the temporary directory and clean up.
The text was updated successfully, but these errors were encountered: