default volume at 80%

master
Tomáš Mládek 2020-01-12 20:12:07 +01:00
parent 1ea509d784
commit 8a2983fc10
1 changed files with 1 additions and 1 deletions

View File

@ -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;