Sam
Sam
Committed the changes, multiselection and addition of directories to sources is working now.
This needs some changes to the tests, will commit them soon.
So apparently, some tests are failing due to the changes I've made to the `source_add`. I'm not quite getting how this work: `src/vorta/tests/unit/test_source.py` (line 40-41 ```python mocker.patch('os.access', return_value=False) tab.source_add(want_folder=True) ```...
@real-yfprojects now I understand how this tests, when the `tab.source_add` is called inside `test_source_add_remove` and also in other tests, `choose_file_dialog` 's mocking fixture is used instead of the real one....
> > So, if I change the returning value of that fixture to simply a list of directories > > Before you change the fixture returned a function, now its...
> PR #1938 provides a more detailed implementation that accounts for different types of file dialog views (QListView and QTreeView). Just checked it out, it does account for two different...
fixed this in this little commit. However, the intended feature of this PR is not working anymore, perhaps due to some update to PyQT. The `QFileDialog` doesn't seem to have...
I think the problem lies in that you are using the Flatpak version of Vorta. Flatpak apps are usually unable to connect with the system as well because of sandboxing....
@shivansh02 That looks decent, but ig a file/folder icon would suit better
> Or a button to open a larger editing window/modal with mono-width font? Sounds like an idea. But maybe it's an overkill for a simple feature (maybe I'm just imaging...