Maybe fix 'Update Cider' button
This commit is contained in:
parent
fc238af861
commit
dc9e4f0fe0
1 changed files with 1 additions and 1 deletions
|
@ -658,7 +658,7 @@
|
||||||
{{$root.getLz('settings.option.experimental.updateCider')}}
|
{{$root.getLz('settings.option.experimental.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" @click="app.checkForUpdate()">
|
<button class="md-btn" onclick="app.checkForUpdate()">
|
||||||
{{$root.getLz('term.check')}}
|
{{$root.getLz('term.check')}}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue