File tree 1 file changed +1
-1
lines changed
src/renderer/views/Setting/components 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 5
5
.gap-top
6
6
base-checkbox( id ="setting_show_animate" : model- value= "appSetting['common.isShowAnimation']" : label= "$t('setting__basic_show_animation')" @update:model-value ="updateSetting({'common.isShowAnimation': $event})" )
7
7
.gap-top
8
- base-checkbox( id ="setting_animate" : model- value= "appSetting['common.randomAnimate']" : label= "$t('setting__basic_animation')" @update:model-value ="updateSetting({'common.randomAnimate': $event})" )
8
+ base-checkbox( id ="setting_animate" : disabled = "!appSetting['common.isShowAnimation']" : model- value= "appSetting['common.randomAnimate']" : label= "$t('setting__basic_animation')" @update:model-value ="updateSetting({'common.randomAnimate': $event})" )
9
9
.gap-top
10
10
base-checkbox( id ="setting_start_in_fullscreen" : model- value= "appSetting['common.startInFullscreen']" : label= "$t('setting__basic_start_in_fullscreen')" @update:model-value ="updateSetting({'common.startInFullscreen': $event})" )
11
11
.gap-top
You can’t perform that action at this time.
0 commit comments