mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-22 11:39:31 +00:00
Android: hide log tab
This commit is contained in:
parent
8cf76cf7c2
commit
499eeee59a
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ ColumnLayout {
|
|||
active: settingsStateView.state == "Log"
|
||||
text: qsTr("Log") + translationManager.emptyString
|
||||
onSelected: settingsStateView.state = "Log"
|
||||
visible: !isAndroid
|
||||
}
|
||||
MoneroComponents.NavbarItem {
|
||||
active: settingsStateView.state == "Info"
|
||||
|
|
Loading…
Reference in a new issue