mirror of
https://github.com/mue/mue.git
synced 2026-07-22 08:17:28 +02:00
fix: translation cleanup
This commit is contained in:
@@ -111,7 +111,7 @@ export default class Background extends React.PureComponent {
|
||||
this.setBackground(randomPhoto.url.default, null, randomPhoto.photographer);
|
||||
this.setCredit(randomPhoto.photographer);
|
||||
document.getElementById('location').textContent = randomPhoto.location;
|
||||
} else if (customBackgroundColour) {
|
||||
} else if (customBackgroundColour !== 'Disabled' && customBackgroundColour !== '') {
|
||||
this.setBackground(null, customBackgroundColour, 'false');
|
||||
} else if (customBackground !== '') {
|
||||
if (customBackground.includes('.mp4') || customBackground.includes('.webm') || customBackground.includes('.ogg')) {
|
||||
|
||||
Reference in New Issue
Block a user