diff --git a/pages/Transfer.qml b/pages/Transfer.qml index 49c3089b..9985aec0 100644 --- a/pages/Transfer.qml +++ b/pages/Transfer.qml @@ -127,7 +127,7 @@ Rectangle { } GridLayout { - columns: (isMobile)? 1 : 2 + columns: (isMobile || !(appWindow.walletMode >= 2)) ? 1 : 2 Layout.fillWidth: true columnSpacing: 32 @@ -165,6 +165,7 @@ Rectangle { } ColumnLayout { + visible: appWindow.walletMode >= 2 Layout.fillWidth: true Label { id: transactionPriority