feat: show real-time download progress bar for app updates
Leverage the Tauri updater plugin's DownloadEvent callback to display a progress bar with downloaded/total bytes during app updates, replacing the previous spinner-only feedback. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -172,6 +172,7 @@
|
||||
"checking": "جارٍ التحقق...",
|
||||
"checkUpdate": "التحقق من التحديثات",
|
||||
"updating": "جارٍ التثبيت...",
|
||||
"downloading": "جارٍ التنزيل...",
|
||||
"upgradeTo": "الترقية إلى v{version}",
|
||||
"foundUpdate": "تم العثور على إصدار جديد v{version}",
|
||||
"alreadyLatest": "أنت على أحدث إصدار",
|
||||
|
||||
Reference in New Issue
Block a user