2.2.0 Official Version

This commit is contained in:
Raphix
2023-05-02 20:40:55 +02:00
parent 634a6e2b7b
commit d47152c7c9
7 changed files with 99 additions and 10 deletions

View File

@ -99,22 +99,35 @@
<button class="buttonClose" id="stClose"><i class="fas fa-times"></i></button>
</div>
<div class="stLine">
<p>Volume :</p>
<p>Volume</p>
<input type="range" id="volCursor">
<p class="stPct" id="volPct">0%</p>
</div>
<div class="stLine">
<p>Actions :</p>
<p>Actions</p>
<button id="restart" class="bug"><i class="fas fa-power-off"></i> Redémarrer</button>
</div>
<div class="stLine">
<p>Bug ou suggestion :</p>
<p>Bug ou suggestion</p>
<button id="bug" class="restart"><i class="fas fa-paper-plane"></i> Envoyer</button>
</div>
<div class="stLine">
<p>Forcer la mise à jour :</p>
<p>Forcer la mise à jour</p>
<button id="upd" class="restart"><i class="fas fa-download"></i> Mettre à jour</button>
</div>
<div class="stLine">
<p>Canal de mise à jour</p>
<div style="display: flex; flex-direction: row;">
<div style="display: flex; flex-direction: row;">
<input type="radio" id="cStable">
<p style="margin-right: 20px;">Stable</p>
</div>
<div style="display: flex; flex-direction: row;">
<input type="radio" id="cDev">
<p>Dev</p>
</div>
</div>
</div>
</dialog>
<dialog id="updDialog" class="menu">