Do that thing @quacksire wanted me to do. 'for vue'

This commit is contained in:
GamingLiamStudios 2022-02-08 10:00:24 +11:00
parent 7827d2831f
commit bab920870e
No known key found for this signature in database
GPG key ID: 3650DE4EAFF62ADD

View file

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