mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Set label for action instead of making two different loading pages
This commit is contained in:
@@ -97,6 +97,7 @@ class NewSnapshotDialog(Adw.Dialog):
|
||||
return True
|
||||
|
||||
def on_create(self, button):
|
||||
self.loading_status.title_label.set_label(_("Creating Snapshot"))
|
||||
self.snapshot_page.status_stack.set_visible_child(self.snapshot_page.snapshotting_view)
|
||||
self.workers.clear()
|
||||
for row in self.selected_rows:
|
||||
|
||||
Reference in New Issue
Block a user