New setting: Max volume
This commit is contained in:
parent
41f8092419
commit
11163f059b
4 changed files with 24 additions and 2 deletions
|
|
@ -116,6 +116,20 @@
|
|||
<InputGroupText>min</InputGroupText>
|
||||
</InputGroup>
|
||||
</FormGroup>
|
||||
|
||||
<FormGroup>
|
||||
<Label for="maxVolume">Volume maximum</Label>
|
||||
<InputGroup>
|
||||
<Input
|
||||
type="range"
|
||||
id="maxVolume"
|
||||
min="0"
|
||||
max="65535"
|
||||
bind:value={settings.max_volume}
|
||||
on:input={submitSettings}
|
||||
/>
|
||||
</InputGroup>
|
||||
</FormGroup>
|
||||
{/await}
|
||||
</Form>
|
||||
</Container>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue