Skip to main content

Function: resolveSyncResetStatusText()

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

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

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

Parametersโ€‹

argsโ€‹

connectedโ€‹

boolean

encryptionLockedโ€‹

boolean

encryptionModeโ€‹

"passphrase" | "none"

syncEnabledโ€‹

boolean

Returnsโ€‹

string