mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
Fix: Small coms in AppVersion.js
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
async function versionLabel(){
|
async function versionLabel(){
|
||||||
const appVersion = await window.electronAPI.getVersion();
|
const appVersion = await window.electronAPI.getVersion();
|
||||||
|
|
||||||
|
// Write in front the app version for debugging (bottom right)
|
||||||
document.getElementById("version-badge").textContent = `v${appVersion}`;
|
document.getElementById("version-badge").textContent = `v${appVersion}`;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user