File tree Expand file tree Collapse file tree 4 files changed +16
-48
lines changed Expand file tree Collapse file tree 4 files changed +16
-48
lines changed Original file line number Diff line number Diff line change 95
95
bind:checked ={glowing }
96
96
/>
97
97
98
- <Checkbox
99
- label ={translate (' dialog.bone_config.override_glow_color .title' )}
100
- tooltip ={translate (' dialog.bone_config.override_glow_color .description' )}
101
- bind:checked ={ overrideGlowColor }
98
+ <ColorPicker
99
+ label ={translate (' dialog.bone_config.glow_color .title' )}
100
+ tooltip ={translate (' dialog.bone_config.glow_color .description' )}
101
+ bind:value ={ glowColor }
102
102
/>
103
103
104
- {#if $overrideGlowColor }
105
- <ColorPicker
106
- label ={translate (' dialog.bone_config.glow_color.title' )}
107
- tooltip ={translate (' dialog.bone_config.glow_color.description' )}
108
- bind:value ={glowColor }
109
- />
110
- {/if }
111
-
112
104
<NumberSlider
113
105
label ={translate (' dialog.bone_config.shadow_radius.title' )}
114
106
tooltip ={translate (' dialog.bone_config.shadow_radius.description' )}
Original file line number Diff line number Diff line change 49
49
bind:checked ={glowing }
50
50
/>
51
51
52
- <Checkbox
53
- label ={translate (' dialog.text_display_config.override_glow_color .title' )}
54
- tooltip ={translate (' dialog.text_display_config.override_glow_color .description' )}
55
- bind:checked ={ overrideGlowColor }
52
+ <ColorPicker
53
+ label ={translate (' dialog.text_display_config.glow_color .title' )}
54
+ tooltip ={translate (' dialog.text_display_config.glow_color .description' )}
55
+ bind:value ={ glowColor }
56
56
/>
57
57
58
- {#if $overrideGlowColor }
59
- <ColorPicker
60
- label ={translate (' dialog.text_display_config.glow_color.title' )}
61
- tooltip ={translate (' dialog.text_display_config.glow_color.description' )}
62
- bind:value ={glowColor }
63
- />
64
- {/if }
65
-
66
58
<NumberSlider
67
59
label ={translate (' dialog.text_display_config.shadow_radius.title' )}
68
60
tooltip ={translate (' dialog.text_display_config.shadow_radius.description' )}
Original file line number Diff line number Diff line change 71
71
bind:checked ={glowing }
72
72
/>
73
73
74
- <Checkbox
75
- label ={translate (' dialog.bone_config.override_glow_color .title' )}
76
- tooltip ={translate (' dialog.bone_config.override_glow_color .description' )}
77
- bind:checked ={ overrideGlowColor }
74
+ <ColorPicker
75
+ label ={translate (' dialog.bone_config.glow_color .title' )}
76
+ tooltip ={translate (' dialog.bone_config.glow_color .description' )}
77
+ bind:value ={ glowColor }
78
78
/>
79
79
80
- {#if $overrideGlowColor }
81
- <ColorPicker
82
- label ={translate (' dialog.bone_config.glow_color.title' )}
83
- tooltip ={translate (' dialog.bone_config.glow_color.description' )}
84
- bind:value ={glowColor }
85
- />
86
- {/if }
87
-
88
80
<NumberSlider
89
81
label ={translate (' dialog.bone_config.shadow_radius.title' )}
90
82
tooltip ={translate (' dialog.bone_config.shadow_radius.description' )}
Original file line number Diff line number Diff line change 71
71
bind:checked ={glowing }
72
72
/>
73
73
74
- <Checkbox
75
- label ={translate (' dialog.bone_config.override_glow_color .title' )}
76
- tooltip ={translate (' dialog.bone_config.override_glow_color .description' )}
77
- bind:checked ={ overrideGlowColor }
74
+ <ColorPicker
75
+ label ={translate (' dialog.bone_config.glow_color .title' )}
76
+ tooltip ={translate (' dialog.bone_config.glow_color .description' )}
77
+ bind:value ={ glowColor }
78
78
/>
79
79
80
- {#if $overrideGlowColor }
81
- <ColorPicker
82
- label ={translate (' dialog.bone_config.glow_color.title' )}
83
- tooltip ={translate (' dialog.bone_config.glow_color.description' )}
84
- bind:value ={glowColor }
85
- />
86
- {/if }
87
-
88
80
<NumberSlider
89
81
label ={translate (' dialog.bone_config.shadow_radius.title' )}
90
82
tooltip ={translate (' dialog.bone_config.shadow_radius.description' )}
You can’t perform that action at this time.
0 commit comments