Skip to content

Commit

Permalink
GoldenChaos-BTT 3.562
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Rappaport committed May 5, 2021
1 parent 76df8d2 commit 2d7fb64
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions about.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>About GoldenChaos-BTT 3.561</title>
<title>About GoldenChaos-BTT 3.562</title>
<style>
body {
color: #fff;
Expand Down Expand Up @@ -287,7 +287,7 @@
<div></div>
<img src="https://raw.githubusercontent.com/GoldenChaos/GoldenChaos-BTT/master/cool-photo.jpg" alt="">
</div>
<h2 style="margin-bottom:8px;">GoldenChaos-BTT 3.561</h2>
<h2 style="margin-bottom:8px;">GoldenChaos-BTT 3.562</h2>
<h3 style="text-align:center;">
Stable Release &bull; May 4, 2021 &bull;
<a onClick="trigger_named_async_without_response('Show About GC-BTT')">
Expand Down
6 changes: 3 additions & 3 deletions gc-btt-settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -965,18 +965,18 @@

function checkVersion() {
window.BTT.callHandler('get_string_variable', {variableName: 'gc_version'}, function callback(currentVariableValue) {
if(currentVariableValue === '3.561') {
if(currentVariableValue === '3.562') {
getAllVariablesAndUpdateClasses();
} else {
triggerNamedActionWithoutResponse('btt_preset_imported_GoldenChaos-BTT 3.561');
triggerNamedActionWithoutResponse('btt_preset_imported_GoldenChaos-BTT 3.562');
checkIfFinished();
}
});
}

function checkIfFinished() {
window.BTT.callHandler('get_string_variable', {variableName: 'gc_version'}, function callback(currentVariableValue) {
if(currentVariableValue === '3.561') {
if(currentVariableValue === '3.562') {
getAllVariablesAndUpdateClasses();
} else {
setTimeout(() => { checkIfFinished() }, 500)
Expand Down
Binary file added mirrors/GoldenChaos-BTT 3.562.bttpresetcompressed
Binary file not shown.

0 comments on commit 2d7fb64

Please sign in to comment.