Moved core.ui to core.widgets, added wip plugin reloading, refactoring

This commit is contained in:
2022-12-08 23:33:04 -06:00
parent 9eeb24e19a
commit 95076afb6a
30 changed files with 89 additions and 49 deletions

View File

@@ -95,7 +95,7 @@ class Plugin(PluginBase):
def _process_changes(self, state):
self._fm_state = None
if len(state.uris) == 1:
if state.uris and len(state.uris) == 1:
self._fm_state = state
self._set_ui_data()
response = self._thumbnailer_dialog.run()