Feat: Add version badge controlled. Before we needed to write with the hand for the front. But now there is an IPC event that provide App Version from package.json

This commit is contained in:
MasterAcnolo
2026-01-15 09:03:50 +01:00
parent a69114edce
commit 745a73a5b0
4 changed files with 10 additions and 1 deletions

View File

@@ -95,10 +95,11 @@
<div id="videoInfo" style="margin-top: 20px;"></div>
</div>
<span id="version-badge" class="version-badge">v1.3.1</span>
<span id="version-badge" class="version-badge"></span>
<!-- Scripts -->
<script src="script/custompath.js"></script>
<script src="script/appVersion.js"></script>
<script src="script/downloadstatus.js"></script>
<script src="script/fetchinfo.js"></script>
<script src="script/progressBar.js"></script>