diff --git a/src/App.tsx b/src/App.tsx index 031aae5..026209a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1580,7 +1580,7 @@ function App() { return ( + ); diff --git a/src/components/Save/Save.tsx b/src/components/Save/Save.tsx index 9a9af08..986ee65 100644 --- a/src/components/Save/Save.tsx +++ b/src/components/Save/Save.tsx @@ -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 ( <> - + {isDesktop ? (