default volume at 80%
This commit is contained in:
parent
1ea509d784
commit
8a2983fc10
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import {Component, Prop, Vue, Watch} from "vue-property-decorator";
|
|||
export default class Channel extends Vue {
|
||||
private name = "VolumeSlider";
|
||||
|
||||
private maxValue = 50;
|
||||
private maxValue = 80;
|
||||
@Prop() public value!: number;
|
||||
@Prop() public disabled!: boolean;
|
||||
|
||||
|
|
Loading…
Reference in a new issue