Trying to reduce reference count to grid_store

This commit is contained in:
2023-09-13 23:19:45 -05:00
parent 64514b04af
commit b5d1bbeccd
6 changed files with 27 additions and 12 deletions

View File

@@ -115,7 +115,7 @@ class Plugin(PluginBase):
self._event_system.emit("get_current_state")
state = self._fm_state
for uri in state.uris:
self.trashman.restore(filename=uri.split("/")[-1], verbose = verbocity)
self.trashman.restore(filename = uri.split("/")[-1], verbose = verbocity)
def empty_trash(self, widget = None, eve = None, verbocity = False):
self.trashman.empty(verbose = verbocity)