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