I have nothing is visible only on start screen
This commit is contained in:
parent
441a2f6df6
commit
b29b5962d2
1 changed files with 1 additions and 1 deletions
|
|
@ -304,7 +304,7 @@ PageType {
|
||||||
property string title: qsTr("I have nothing")
|
property string title: qsTr("I have nothing")
|
||||||
property string description: qsTr("")
|
property string description: qsTr("")
|
||||||
property string imageSource: "qrc:/images/controls/help-circle.svg"
|
property string imageSource: "qrc:/images/controls/help-circle.svg"
|
||||||
property bool isVisible: true
|
property bool isVisible: PageController.isStartPageVisible()
|
||||||
property var handler: function() {
|
property var handler: function() {
|
||||||
Qt.openUrlExternally(LanguageModel.getCurrentSiteUrl())
|
Qt.openUrlExternally(LanguageModel.getCurrentSiteUrl())
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue