Batch install and uninstall now gives more feedback

This commit is contained in:
heliguy4599
2024-02-14 08:57:54 -05:00
parent 92fe0207ea
commit 3ae90e52ae
5 changed files with 19 additions and 10 deletions

View File

@@ -86,9 +86,10 @@ template $OrphansWindow: Adw.Window {
]
}
Label {
label: _("This could take a while");
Label installing_status {
label: _("");
justify: center;
styles [
"description",
"body"

View File

@@ -136,8 +136,9 @@ template $WarehouseWindow: Adw.ApplicationWindow {
styles ["title-1", "title"]
}
Label {
label: _("This could take a while");
Label uninstalling_status {
label: _("");
justify: center;
styles ["description", "body"]
}
}