File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -202,6 +202,7 @@ component ControlPanel inherits HorizontalLayout {
202202
203203 clicked => {
204204 Store.setting-control.enable-input-audio = !Store.setting-control.enable-input-audio;
205+ Logic.set-setting-control (Store.setting-control);
205206 }
206207 }
207208 }
@@ -215,7 +216,7 @@ component ControlPanel inherits HorizontalLayout {
215216 input-audio-slider := Slider {
216217 value : Store.setting-control.input-audio-sound;
217218 minimum : 0 ;
218- maximum : 100 ;
219+ maximum : 200 ;
219220 indicator-size : self .has-hover ? Theme.icon-size * 2 / 3 : 0 ;
220221 height : Theme.icon-size / 3 ;
221222 width : root .slider-width;
@@ -272,6 +273,7 @@ component ControlPanel inherits HorizontalLayout {
272273
273274 clicked => {
274275 Store.setting-control.enable-desktop-speaker = !Store.setting-control.enable-desktop-speaker;
276+ Logic.set-setting-control (Store.setting-control);
275277 }
276278 }
277279 }
You can’t perform that action at this time.
0 commit comments