Skip to content

Commit

Permalink
Android: hide log tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinero committed Oct 2, 2022
1 parent 8cf76cf commit 499eeee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/settings/Settings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 499eeee

Please sign in to comment.