mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-17 23:13:51 +01:00
Better dropdown menu
This commit is contained in:
@@ -41,7 +41,7 @@ impl YaakUpdater {
|
||||
if dialog::blocking::ask(
|
||||
None::<&Window>,
|
||||
"Update available",
|
||||
"An update is available. Would you like to download and install it now?",
|
||||
format!("{} is available. Would you like to download and install it now?", update.latest_version()),
|
||||
) {
|
||||
_ = update.download_and_install().await;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user