mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-07-16 09:27:22 +02:00
style: copy and minor self-update modal logic change
This commit is contained in:
@@ -120,7 +120,7 @@ export function useAppUpdateNotifications() {
|
||||
setTimeout(() => {
|
||||
setIsUpdating(false);
|
||||
setUpdateProgress(null);
|
||||
}, 2000);
|
||||
}, 5000); // Show completion message for 5 seconds instead of 2
|
||||
}
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user