This commit is contained in:
jeffser
2024-06-26 17:14:23 -06:00
parent 52449243ed
commit efcc8512c1
3 changed files with 11 additions and 5 deletions

View File

@@ -110,6 +110,7 @@ def stop_pull_model_response(self, dialog, task, model_name):
self.stop_pull_model(model_name)
def stop_pull_model(self, model_name):
#self.pulling_model_list_box.unselect_all()
dialog = Adw.AlertDialog(
heading=_("Stop Model"),
body=_("Are you sure you want to stop pulling '{}'?").format(model_name),