mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Fix bug causing total queued packages to remain after page refresh
This commit is contained in:
@@ -35,6 +35,8 @@ class InstallPage(Adw.BreakpointBin):
|
||||
did_error = False
|
||||
|
||||
def start_loading(self):
|
||||
self.total_added_packages = 0
|
||||
self.bottom_bar_visual_handler(False)
|
||||
self.status_stack.set_visible_child(self.loading_view)
|
||||
self.select_page.start_loading()
|
||||
self.pending_page.reset()
|
||||
|
||||
Reference in New Issue
Block a user