fix full update not opening
This commit is contained in:
parent
217b185730
commit
1df2d0e8f0
@ -176,7 +176,7 @@ class SystemPanel(ScreenPanel):
|
|||||||
commit_box.add(Gtk.Separator())
|
commit_box.add(Gtk.Separator())
|
||||||
vbox.add(commit_box)
|
vbox.add(commit_box)
|
||||||
|
|
||||||
if "package_count" in info:
|
elif "package_count" in info:
|
||||||
label.set_markup((
|
label.set_markup((
|
||||||
f'<b>{info["package_count"]} '
|
f'<b>{info["package_count"]} '
|
||||||
+ ngettext("Package will be updated", "Packages will be updated", info["package_count"])
|
+ ngettext("Package will be updated", "Packages will be updated", info["package_count"])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user