Fixed bug where Browse didn't work the first time you visit it
This commit is contained in:
@@ -76,7 +76,7 @@ class BrowsePanel(Gtk.Overlay):
|
||||
|
||||
def calculate_path(update_order_token):
|
||||
if state.selected_browse_element_id is None:
|
||||
return []
|
||||
return [], update_order_token
|
||||
|
||||
id_stack = []
|
||||
directory = None
|
||||
|
Reference in New Issue
Block a user