Remove list refreshed toast

This commit is contained in:
heliguy
2024-03-31 01:00:41 -04:00
parent 4ca826d8b3
commit c0d475db3b
5 changed files with 9 additions and 11 deletions

View File

@@ -123,7 +123,7 @@ class WarehouseApplication(Adw.Application):
OrphansWindow(self.props.active_window)
def refresh_list_shortcut(self, widget, _):
self.props.active_window.refresh_list_of_flatpaks(widget, True)
self.props.active_window.refresh_list_of_flatpaks(widget)
def show_remotes_shortcut(self, widget, _):
RemotesWindow(self.props.active_window)