mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-20 21:43:46 +02:00
mobile: hide mining, sign/verify pages
This commit is contained in:
parent
855f2068f2
commit
316ddf1c05
@ -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 New Issue
Block a user