Message in fx update notification was inaccurate, you have to press the actual "Update" button, only reloading no longer works

dev
peshomir 2025-08-16 10:47:43 +03:00
parent 52a5c03ad8
commit 12a580c742
1 changed files with 2 additions and 2 deletions

View File

@ -128,8 +128,8 @@
</table> </table>
</div> </div>
<div class="window" style="display: none" id="updateNotification"> <div class="window" style="display: none" id="updateNotification">
<h3>A new version of FX is available! Reload to update</h3> <h3>A new version of FX is available! Click the "Update" button below to update</h3>
<button id="swUpdateButton">Reload</button> <button id="swUpdateButton">Update</button>
<button onclick="document.getElementById('updateNotification').style.display = 'none'">Dismiss</button> <button onclick="document.getElementById('updateNotification').style.display = 'none'">Dismiss</button>
</div> </div>
</span> </span>