1
0

qml: show QR when finalized and saved

This commit is contained in:
Sander van Grieken
2023-01-13 22:39:01 +01:00
parent 3b7a09a307
commit b7106fd746
4 changed files with 15 additions and 6 deletions

View File

@@ -69,8 +69,8 @@ Pane {
RowLayout {
Image {
visible: Network.isProxyTor
Layout.preferredWidth: constants.iconSizeSmall
Layout.preferredHeight: constants.iconSizeSmall
Layout.preferredWidth: constants.iconSizeMedium
Layout.preferredHeight: constants.iconSizeMedium
source: '../../icons/tor_logo.png'
}
Label {