Skip to content

Commit

Permalink
js version string parity [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
nyakowint committed Mar 1, 2024
1 parent 74eee65 commit 1ffa713
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ko_fi: nyakonyan
6 changes: 2 additions & 4 deletions settingsKO.js
Original file line number Diff line number Diff line change
Expand Up @@ -526,12 +526,10 @@ function SetMenuStates(data) {

var appVersionText = document.getElementById("VersionNumber_Desc");
appVersionText.innerHTML = `Build ${data.VersionNumber}`;

console.log(data)


if (data.KBVersion) {
var kbVersion = document.getElementById("KBVersion_Desc");
kbVersion.innerHTML = `KeyboardOSC Version ${data.KBVersion}`;
kbVersion.innerHTML = `Version ${data.KBVersion}`;
}

console.log("Settings Updated.");
Expand Down

0 comments on commit 1ffa713

Please sign in to comment.