mirror of
https://github.com/dualshock-tools/dualshock-tools.github.io.git
synced 2026-03-01 11:19:54 +03:00
Show info about the last connected controller at the bottom of the Connect screen
This commit is contained in:
@@ -367,9 +367,9 @@
|
||||
</div>
|
||||
|
||||
<!-- About drift and this utility -->
|
||||
<div id="aboutdrift" style="position: fixed; bottom: 80px; left: 0; right: 0; z-index: 1030; padding: 12px 20px; display: none;">
|
||||
<div id="aboutdrift" style="position: fixed; bottom: 70px; left: 0; right: 0; z-index: 1030; display: none;">
|
||||
<div class="container">
|
||||
<div style="border: 2px solid #0d6efd; border-radius: 8px; color: #0d6efd; padding: 12px; background-color: white;">
|
||||
<div class="mb-4" style="border: 2px solid #0d6efd; border-radius: 8px; color: #0d6efd; padding: 12px; background-color: white;">
|
||||
<p class="mb-2">
|
||||
<i class="fas fa-hand-point-up"></i>
|
||||
<span class="ds-i18n">This utility cannot fix stick drift.</span>
|
||||
@@ -382,6 +382,11 @@
|
||||
<span class="ds-i18n">Calibrating without replacing the joysticks may help temporarily, but it may also make the problem worse, with no way to undo it.</span>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div id="lastConnected" class="gap-2">
|
||||
<span class="text-muted"><i class="fas fa-history"></i> <span class="ds-i18n">Last connected</span>:</span>
|
||||
<span id="lastConnectedInfo"></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user