I have nothing is visible only on start screen

This commit is contained in:
Cyril Anisimov 2024-12-20 02:17:50 +01:00
parent 441a2f6df6
commit b29b5962d2

View file

@ -304,7 +304,7 @@ PageType {
property string title: qsTr("I have nothing")
property string description: qsTr("")
property string imageSource: "qrc:/images/controls/help-circle.svg"
property bool isVisible: true
property bool isVisible: PageController.isStartPageVisible()
property var handler: function() {
Qt.openUrlExternally(LanguageModel.getCurrentSiteUrl())
}