@eshanized updated the repository!!!

This commit is contained in:
Eshan Roy (Eshanized)
2024-04-24 11:48:19 +05:30
parent 465fcee82b
commit 92c46ca873

View File

@@ -360,7 +360,21 @@ def refresh_ui(
switch.set_sensitive(True) switch.set_sensitive(True)
switch.set_state(True) switch.set_state(True)
switch.set_active(True) switch.set_active(True)
if progress_dialog is not None:
if progress_dialog.pkg_dialog_closed is False:
progress_dialog.set_title(
"Package installed: %s" % pkg.name
)
progress_dialog.infobar.set_name(
"infobar_info"
)
content = progress_dialog.infobar.get_content_area()
if content is not None:
for widget in content.get_children():
content.remove(widget)
def update_progress_textview( def update_progress_textview(
self, self,
line, line,