mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-03 13:35:18 +00:00
Added permanent label over sliders to show current value
This commit is contained in:
parent
eaa77bd511
commit
c7e0da3da7
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ export const Slider: FunctionComponent<SliderProps> = (props) => {
|
|||
<MantineSlider
|
||||
{...sliderProps}
|
||||
marks={marks}
|
||||
labelAlwaysOn
|
||||
onChange={update}
|
||||
value={value ?? 0}
|
||||
></MantineSlider>
|
||||
|
|
Loading…
Reference in a new issue