mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-28 20:51:24 +00:00
Merge remote-tracking branch 'qortal/develop' into feature/large-files-and-names
This commit is contained in:
@@ -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,
|
||||
@@ -230,15 +229,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}
|
||||
|
Reference in New Issue
Block a user