Merge branch 'ciderapp:develop' into develop

This commit is contained in:
Gabriel Davila 2022-05-11 01:13:10 -03:00 committed by GitHub
commit 0dec029ecd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
37 changed files with 412 additions and 261 deletions

View file

@ -468,7 +468,7 @@
</div>
<div class="md-option-segment md-option-segment_auto">
<label>
<select class="md-select" style="width:180px;" v-model="app.cfg.visual.hw_acceleration">
<select class="md-select" style="width:180px;" v-model="app.cfg.visual.hw_acceleration" @change="promptForRelaunch()">
<option value="default">
{{$root.getLz('settings.header.visual.hardwareAcceleration.default')}}
</option>
@ -515,7 +515,8 @@
</div>
<div class="md-option-segment md-option-segment_auto">
<label>
<input type="checkbox" v-model="app.cfg.visual.nativeTitleBar" switch/>
<input type="checkbox" v-model="app.cfg.visual.nativeTitleBar" switch
@change="promptForRelaunch()"/>
</label>
</div>
</div>