Maybe fix 'Update Cider' button

This commit is contained in:
GamingLiamStudios 2022-02-07 21:34:37 +11:00
parent fc238af861
commit dc9e4f0fe0
No known key found for this signature in database
GPG key ID: 3650DE4EAFF62ADD

View file

@ -658,7 +658,7 @@
{{$root.getLz('settings.option.experimental.updateCider')}}
</div>
<div class="md-option-segment md-option-segment_auto">
<button class="md-btn" @click="app.checkForUpdate()">
<button class="md-btn" onclick="app.checkForUpdate()">
{{$root.getLz('term.check')}}
</button>
</div>