Skip to content
Snippets Groups Projects
Commit 33616699 authored by Florian Bruhin's avatar Florian Bruhin
Browse files

Check out branch before folder

Otherwise we might not have any files
parent 8393735d
No related branches found
No related tags found
No related merge requests found
......@@ -186,6 +186,6 @@ class SelectorGrid(QWidget):
self.focus.setText(new.__class__.__name__)
def open_defaults(self):
self.folder.open_default()
self.branch.open_default()
self.folder.open_default()
self.test.open_default()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment