Skip to content

Commit 14bab22

Browse files
committed
don't allow clicking out of update modal
1 parent 31f5912 commit 14bab22

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

release/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "youtube-downloader",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "Download audio/video from youtube",
55
"main": "./dist/main/main.js",
66
"author": {

src/renderer/App.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@ const Main = () => {
175175
title: 'Updating',
176176
text: 'The update is in progress, please wait...',
177177
icon: 'info',
178-
confirmButtonText: 'Ok',
178+
showConfirmButton: false,
179+
allowOutsideClick: false
179180
});
180181
}
181182

0 commit comments

Comments
 (0)