Message in fx update notification was inaccurate, you have to press the actual "Update" button, only reloading no longer works
parent
52a5c03ad8
commit
12a580c742
|
@ -128,8 +128,8 @@
|
|||
</table>
|
||||
</div>
|
||||
<div class="window" style="display: none" id="updateNotification">
|
||||
<h3>A new version of FX is available! Reload to update</h3>
|
||||
<button id="swUpdateButton">Reload</button>
|
||||
<h3>A new version of FX is available! Click the "Update" button below to update</h3>
|
||||
<button id="swUpdateButton">Update</button>
|
||||
<button onclick="document.getElementById('updateNotification').style.display = 'none'">Dismiss</button>
|
||||
</div>
|
||||
</span>
|
||||
|
|
Loading…
Reference in New Issue