add qml QR Code

This commit is contained in:
dranik
2026-05-07 21:51:39 +03:00
parent 5beae954c7
commit 2cb12c596c
14 changed files with 525 additions and 17 deletions

View File

@@ -86,7 +86,7 @@ GatewayController::EncryptedRequestData GatewayController::prepareRequest(const
}
#endif
#ifdef AMNEZIA_LOCAL_GATEWAY
#ifdef AMNEZIA_QR_PAIRING_ALLOW
{
const QUrl gatewayUrl(m_proxyUrl.isEmpty() ? m_gatewayEndpoint : m_proxyUrl);
const QString host = gatewayUrl.host().toLower();