1
mirror of https://github.com/monero-project/monero-gui synced 2024-09-27 14:38:27 +02:00

Android: hide log tab

This commit is contained in:
malinero 2022-10-02 10:24:39 +02:00
parent 8cf76cf7c2
commit 499eeee59a

View File

@ -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"