Skip to content

Commit

Permalink
Disable "Start Update" button after clicking
Browse files Browse the repository at this point in the history
  • Loading branch information
ltguillaume committed Aug 19, 2023
1 parent 41243d7 commit 55f311d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LibreWolf-WinUpdater.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ ExtractPortable() {
}

Install() {
GuiControl, Disable, UpdateButton
Progress(_Installing)
If (Scheduled)
Notify(_Installing, CurrentVersion " " _To " v" NewVersion, 3000)
Expand Down

0 comments on commit 55f311d

Please sign in to comment.