mirror of
https://github.com/mue/mue.git
synced 2026-07-06 08:01:27 +02:00
chore: add note to background widget
This commit is contained in:
@@ -27,7 +27,7 @@ export default class App extends React.PureComponent {
|
||||
render() {
|
||||
return (
|
||||
<>
|
||||
<Background/>
|
||||
{(localStorage.getItem('background') === 'true') ? <Background/> : null}
|
||||
<ToastContainer position='bottom-right' autoClose={localStorage.getItem('toastDisplayTime') || 2500} newestOnTop={true} closeOnClick pauseOnFocusLoss/>
|
||||
<div id='center'>
|
||||
<Widgets/>
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// TODO: rewrite this tomorrow
|
||||
import React from 'react';
|
||||
|
||||
import EventBus from '../../../modules/helpers/eventbus';
|
||||
|
||||
Reference in New Issue
Block a user