Skip to content

Commit

Permalink
Set correct kwarg for restore
Browse files Browse the repository at this point in the history
  • Loading branch information
kra-mo committed Dec 22, 2023
1 parent 3f78c10 commit 59883e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyperplane/items_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ def __trash_restore(self, *_args: Any) -> None:
gfiles = self.get_selected_gfiles()

for gfile in gfiles:
restore(gfile)
restore(gfile=gfile)

def __scroll(
self, _scroll: Gtk.EventControllerScroll, _dx: float, dy: float
Expand Down

0 comments on commit 59883e1

Please sign in to comment.