fix(agent): mention name in updater dialog (#4822)

This commit is contained in:
Shreyas 2025-03-05 13:45:39 +05:30 committed by GitHub
parent 5f0acab055
commit 3f5e7ea9c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ pub async fn check_and_install_updates(
.map(|body| format!("\n\nRelease Notes: {}", body))
.unwrap_or("".into())
))
.title("Update Available")
.title("Hoppscotch Agent Update Available")
.kind(MessageDialogKind::Info)
.buttons(MessageDialogButtons::OkCancelCustom(
"Update".to_string(),