Make autoupdater flash graphic unselectable via tab

This commit is contained in:
CakeLancelot 2024-10-06 15:35:20 -05:00
parent c898cacd7c
commit 323b5a3385

View File

@ -938,7 +938,7 @@
</button>
</div>
<div id="of-about-flash-div" style="z-index: -1">
<button class="btn btn-warning mr-1" type="button">
<button class="btn btn-warning mr-1" tabindex="-1" type="button">
<i class="fas fa-info-circle"></i>
</button>
</div>