mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 10:25:36 -04:00
[packages] Provide status feedback
- The status message should be updated; the name is constant. FIXES #1330
This commit is contained in:
parent
ef249043f9
commit
c4bfad9399
1 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,10 @@ def _change_mode(mode):
|
|||
|
||||
|
||||
def pretty_name():
|
||||
return _("Install packages.")
|
||||
|
||||
|
||||
def pretty_status_message():
|
||||
if not group_packages:
|
||||
if (total_packages > 0):
|
||||
# Outside the context of an operation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue