style: copy and minor self-update modal logic change

This commit is contained in:
zhom
2025-07-07 06:44:15 +04:00
parent 703ca2c50b
commit 38556fc504
4 changed files with 86 additions and 43 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ export function useAppUpdateNotifications() {
setTimeout(() => {
setIsUpdating(false);
setUpdateProgress(null);
}, 2000);
}, 5000); // Show completion message for 5 seconds instead of 2
}
},
);