Function ACTA_EnableAccountPasswordCache

Source
pub unsafe extern "C" fn ACTA_EnableAccountPasswordCache(
    accountSlot: u8_,
    enabled: bool,
) -> Result
Expand description

Enables or disables the account password cache for a specific account. When the account password cache is enabled, entering the password is not required to log into the account.

ยงArguments

  • accountSlot - The account slot number to enable/disable the account password cache for.
  • enabled - Whether or not to enable the account password cache.