diff --git a/src/settings/SettingsPage.js b/src/settings/SettingsPage.js index aab39c9cb..98eb0ab14 100644 --- a/src/settings/SettingsPage.js +++ b/src/settings/SettingsPage.js @@ -28,7 +28,7 @@ import { cliCmdKeys, cliCommandList } from '../bundles/files/consts' const PAUSE_AFTER_SAVE_MS = 3000 export const SettingsPage = ({ - t, tReady, isIpfsConnected, ipfsPendingFirstConnection, + t, tReady, isIpfsConnected, ipfsPendingFirstConnection, isIpfsDesktop, isConfigBlocked, isLoading, isSaving, arePinningServicesSupported, hasSaveFailed, hasSaveSucceded, hasErrors, hasLocalChanges, hasExternalChanges, config, onChange, onReset, onSave, editorKey, analyticsEnabled, doToggleAnalytics, @@ -49,15 +49,17 @@ export const SettingsPage = ({ : null } - -
- {t('app:terms.apiAddress')} - -

If your node is configured with a custom API address, including a port other than the default 5001, enter it here.

-
- -
-
+ { isIpfsDesktop + ? null + : +
+ {t('app:terms.apiAddress')} + +

If your node is configured with a custom API address, including a port other than the default 5001, enter it here.

+
+ +
+
}