mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-01 06:06:59 +00:00
Set background
This commit is contained in:
parent
9607eddab2
commit
f408306450
@ -1580,7 +1580,7 @@ function App() {
|
||||
return (
|
||||
<AuthenticatedContainer
|
||||
sx={{
|
||||
backgroundColor: theme.palette.background.default,
|
||||
backgroundColor: theme.palette.background.paper,
|
||||
display: 'flex',
|
||||
justifyContent: 'flex-end',
|
||||
width: 'auto',
|
||||
|
@ -152,6 +152,7 @@ export const DesktopSideBar = ({
|
||||
)}
|
||||
|
||||
<LanguageSelector />
|
||||
|
||||
<ThemeSelector />
|
||||
</Box>
|
||||
);
|
||||
|
@ -1,7 +1,6 @@
|
||||
import { useContext, useEffect, useMemo, useState } from 'react';
|
||||
import isEqual from 'lodash/isEqual'; // TODO Import deep comparison utility
|
||||
import {
|
||||
canSaveSettingToQdnAtom,
|
||||
hasSettingsChangedAtom,
|
||||
isUsingImportExportSettingsAtom,
|
||||
oldPinnedAppsAtom,
|
||||
@ -229,15 +228,7 @@ export const Save = ({ isDesktop, disableWidth, myName }) => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<ButtonBase
|
||||
onClick={handlePopupClick}
|
||||
disabled={
|
||||
// !hasChanged ||
|
||||
// !canSave ||
|
||||
isLoading
|
||||
// settingsQdnLastUpdated === -100
|
||||
}
|
||||
>
|
||||
<ButtonBase onClick={handlePopupClick} disabled={isLoading}>
|
||||
{isDesktop ? (
|
||||
<IconWrapper
|
||||
disableWidth={disableWidth}
|
||||
|
Loading…
x
Reference in New Issue
Block a user