New setting: Start volume
This commit is contained in:
parent
b7b6d3f0a7
commit
34917043ce
4 changed files with 27 additions and 5 deletions
|
|
@ -160,6 +160,20 @@
|
|||
</InputGroup>
|
||||
</FormGroup>
|
||||
|
||||
<FormGroup>
|
||||
<Label for="startVolume">Volume de départ</Label>
|
||||
<InputGroup>
|
||||
<Input
|
||||
type="range"
|
||||
id="startVolume"
|
||||
min="0"
|
||||
max="65535"
|
||||
bind:value={settings.start_volume}
|
||||
on:input={() => submitSettings(settings)}
|
||||
/>
|
||||
</InputGroup>
|
||||
</FormGroup>
|
||||
|
||||
<FormGroup>
|
||||
<Label for="federation">Federation</Label>
|
||||
<FederationSettings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue