summaryrefslogtreecommitdiff
path: root/gui/components/Splash.qml
diff options
context:
space:
mode:
Diffstat (limited to 'gui/components/Splash.qml')
-rw-r--r--gui/components/Splash.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/components/Splash.qml b/gui/components/Splash.qml
index 9c054a6..2d0adc4 100644
--- a/gui/components/Splash.qml
+++ b/gui/components/Splash.qml
@@ -232,7 +232,7 @@ Page {
if (first == undefined) {
return true
}
- return isEmpty(first.txt)
+ return isEmpty(first.text)
}
}