mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
mobile: hide mining, sign/verify pages
This commit is contained in:
parent
855f2068f2
commit
316ddf1c05
1 changed files with 2 additions and 0 deletions
|
@ -397,6 +397,7 @@ Rectangle {
|
|||
// ------------- Mining tab ---------------
|
||||
MenuButton {
|
||||
id: miningButton
|
||||
visible: !isAndroid && !isIOS
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
text: qsTr("Mining") + translationManager.emptyString
|
||||
|
@ -445,6 +446,7 @@ Rectangle {
|
|||
// ------------- Sign/verify tab ---------------
|
||||
MenuButton {
|
||||
id: signButton
|
||||
visible: !isAndroid && !isIOS
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
text: qsTr("Sign/verify") + translationManager.emptyString
|
||||
|
|
Loading…
Reference in a new issue