mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-21 17:20:37 +02:00
Enable sign/verify on ios/android
This commit is contained in:
parent
a8e19b8fb6
commit
3c67b9ee62
@ -446,7 +446,6 @@ Rectangle {
|
|||||||
// ------------- Sign/verify tab ---------------
|
// ------------- Sign/verify tab ---------------
|
||||||
MenuButton {
|
MenuButton {
|
||||||
id: signButton
|
id: signButton
|
||||||
visible: !isAndroid && !isIOS
|
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
text: qsTr("Sign/verify") + translationManager.emptyString
|
text: qsTr("Sign/verify") + translationManager.emptyString
|
||||||
|
Loading…
Reference in New Issue
Block a user