Skip to main content

Function: resolveSyncResetStatusText()

resolveSyncResetStatusText(args: { connected: boolean; encryptionLocked: boolean; encryptionMode: "passphrase" | "none"; syncEnabled: boolean; }): string

Defined in: src/components/Settings/cloud/SyncMaintenancePanel.utils.ts:18

Derives the user-facing status text shown above the reset tools.

Parametersโ€‹

argsโ€‹

connectedโ€‹

boolean

encryptionLockedโ€‹

boolean

encryptionModeโ€‹

"passphrase" | "none"

syncEnabledโ€‹

boolean

Returnsโ€‹

string