Plugin permission additions

This commit is contained in:
2022-07-07 12:51:51 -05:00
parent 8f64066049
commit bcc04dda3c
9 changed files with 99 additions and 17 deletions

View File

@@ -33,9 +33,7 @@ class TabMixin(GridMixin):
tab.set_path(path)
tab_widget = self.create_tab_widget(tab)
scroll, store = self.create_icon_grid_widget(tab, wid)
# TODO: Fix global logic to make the below work too
# scroll, store = self.create_icon_tree_widget(tab, wid)
scroll, store = self.create_scroll_and_store(tab, wid)
index = notebook.append_page(scroll, tab_widget)
self.fm_controller.set_wid_and_tid(wid, tab.get_id())