diff --git a/pages/History.qml b/pages/History.qml index 8711aca7..f6679430 100644 --- a/pages/History.qml +++ b/pages/History.qml @@ -1363,6 +1363,7 @@ Rectangle { Layout.bottomMargin: 20 Layout.leftMargin: sideMargin Layout.rightMargin: sideMargin + visible: root.txCount > 0 checked: persistentSettings.historyShowAdvanced onClicked: persistentSettings.historyShowAdvanced = !persistentSettings.historyShowAdvanced text: qsTr("Advanced options") + translationManager.emptyString