This commit is contained in:
Daniel Shleifman
2021-06-26 21:52:33 +03:00
parent f3e00e918b
commit 9b521ef06c

View File

@@ -34,7 +34,6 @@ export default function App() {
const [isDonationDialogOpen, setIsDonationDialogOpen] = useState(false)
const [torrServerVersion, setTorrServerVersion] = useState('')
// https://material-ui.com/ru/customization/palette/
const [isDarkMode, currentThemeMode, updateThemeMode, muiTheme] = useMaterialUITheme()
const [currentLang, changeLang] = useChangeLanguage()
const [isOffline, setIsOffline] = useState(false)