mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
fixed the first-generated QR code is visible while generating another QR code bug (#656)
This commit is contained in:
@@ -418,4 +418,6 @@ void ExportController::clearPreviousConfig()
|
||||
m_config.clear();
|
||||
m_nativeConfigString.clear();
|
||||
m_qrCodes.clear();
|
||||
|
||||
emit exportConfigChanged();
|
||||
}
|
||||
|
||||
@@ -279,6 +279,8 @@ DrawerType2 {
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
id: qrCodeContainer
|
||||
|
||||
Layout.fillWidth: true
|
||||
Layout.preferredHeight: width
|
||||
Layout.topMargin: 20
|
||||
|
||||
Reference in New Issue
Block a user