mirror of
https://github.com/mue/mue.git
synced 2026-07-20 23:44:07 +02:00
fix: marketplace background settings, reset button, intervals
This commit is contained in:
@@ -158,6 +158,10 @@ export default class BackgroundSettings extends React.PureComponent {
|
||||
case 'colour': backgroundSettings = <ColourSettings/>; break;
|
||||
default: backgroundSettings = APISettings; break;
|
||||
}
|
||||
|
||||
if (localStorage.getItem('photo_packs') && this.state.backgroundType !== 'custom' && this.state.backgroundType !== 'colour' && this.state.backgroundType !== 'api') {
|
||||
backgroundSettings = null;
|
||||
}
|
||||
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user