switch to 2x image sizes
This commit is contained in:
parent
97e0fda709
commit
5d891fb38f
6 changed files with 14 additions and 20 deletions
|
|
@ -219,11 +219,11 @@ const setPlaying = (newValue) => {
|
|||
if (playing) {
|
||||
noSleep(true);
|
||||
playButton.title = 'Pause';
|
||||
playButton.src = 'images/nav/ic_pause_white_24dp_1x.png';
|
||||
playButton.src = 'images/nav/ic_pause_white_24dp_2x.png';
|
||||
} else {
|
||||
noSleep(false);
|
||||
playButton.title = 'Play';
|
||||
playButton.src = 'images/nav/ic_play_arrow_white_24dp_1x.png';
|
||||
playButton.src = 'images/nav/ic_play_arrow_white_24dp_2x.png';
|
||||
}
|
||||
// if we're playing and on the progress screen jump to the next screen
|
||||
if (!progress) return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue