mirror of
https://github.com/mue/mue.git
synced 2026-07-14 12:34:03 +02:00
Settings! (Almost finished)
Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com> Co-authored-by: Wessel Tip <discord@go2it.eu>
This commit is contained in:
@@ -53,6 +53,8 @@ export default class Background extends React.Component {
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
const enabled = localStorage.getItem('background');
|
||||
if (enabled === 'false') return;
|
||||
this.setBackground();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user