Skip to content

Commit

Permalink
Change default value for showFilledVolume to false
Browse files Browse the repository at this point in the history
  • Loading branch information
l0gicgate authored and lhz516 committed Nov 22, 2020
1 parent b221942 commit 9c76ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class H5AudioPlayer extends Component<PlayerProps> {
showSkipControls: false,
showDownloadProgress: true,
showFilledProgress: true,
showFilledVolume: true,
showFilledVolume: false,
customIcons: {},
customProgressBarSection: [RHAP_UI.CURRENT_TIME, RHAP_UI.PROGRESS_BAR, RHAP_UI.DURATION],
customControlsSection: [RHAP_UI.ADDITIONAL_CONTROLS, RHAP_UI.MAIN_CONTROLS, RHAP_UI.VOLUME_CONTROLS],
Expand Down

0 comments on commit 9c76ea3

Please sign in to comment.