diff --git a/src/qml/Main.qml b/src/qml/Main.qml --- a/src/qml/Main.qml +++ b/src/qml/Main.qml @@ -226,7 +226,7 @@ margins: 20 } - text: root.pageStack.currentItem.actions.main.modeInfo + text: videoMode.checked ? videoMode.modeInfo : burstMode.checked ? burstMode.modeInfo : "" color: "white" styleColor: "black" font.pointSize: 20