Skip to content

Commit

Permalink
chained writing
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed Feb 6, 2025
1 parent c7aa241 commit 536980a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/credentialstore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ void CredentialStore::writeKey( const QString &key, const QVariant &value )

if ( value.type() == QVariant::ByteArray )
{
mWriteJob->setTextData( QString::fromUtf8( value.toByteArray().toBase64() ) );
mWriteJob->setBinaryData( value.toByteArray() );
}
else if ( value.type() == QVariant::DateTime )
{
Expand Down

1 comment on commit 536980a

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 25.2.702711 just submitted!

Please sign in to comment.