Skip to content

Commit a8207f2

Browse files
committed
fixed update checker click outside message box
1 parent 3ff15d0 commit a8207f2

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"icon": "icon.svg",
66
"description": "Effortlessly craft complex animations for Minecraft: Java Edition",
77
"version": "1.8.1",
8-
"fork_version": "2.1.1",
8+
"fork_version": "2.1.2",
99
"min_blockbench_version": "4.12.0",
1010
"max_blockbench_version": "4.12.6",
1111
"variant": "desktop",

src/lang/en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ animated_java.format.blueprint.name: Blueprint
66
animated_java.action.open_blueprint_settings.name: Blueprint Settings
77
animated_java.action.open_documentation.name: Documentation
88
animated_java.action.open_changelog.name: Changelog
9-
animated_java.action.check_for_updates.name: Check for Updates
9+
animated_java.action.check_for_updates.name: Check for Updates (AJ-DF)
1010
animated_java.action.open_about.name: About
1111
animated_java.action.open_display_entity_config.name: Display Entity Config
1212
animated_java.action.open_locator_config.name: Locator Config

src/util/updateChecker.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ function showUpdateAvailableMessage(latestVersion: string, releaseUrl: string) {
7474
{
7575
title: translate('update_checker.dialog.title'),
7676
message: translatedMessage.replace(/\r?\n/g, '<br>'),
77+
cancel: 1,
78+
cancelIndex: 1,
7779
buttons: [
7880
translate('update_checker.dialog.button.download'),
7981
translate('update_checker.dialog.button.later'),

0 commit comments

Comments
 (0)