mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Batch install and uninstall now gives more feedback
This commit is contained in:
@@ -86,9 +86,10 @@ template $OrphansWindow: Adw.Window {
|
||||
]
|
||||
}
|
||||
|
||||
Label {
|
||||
label: _("This could take a while");
|
||||
|
||||
Label installing_status {
|
||||
label: _("");
|
||||
justify: center;
|
||||
|
||||
styles [
|
||||
"description",
|
||||
"body"
|
||||
|
||||
@@ -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"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user