diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-12-10 20:48:37 +0100 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-12-10 20:48:37 +0100 |
commit | c79194158babd9d8d7b5f58188ffea71a029fc4d (patch) | |
tree | 8ca8280d3242905ce29f69e2859c74f874ffb134 /gui | |
parent | 312fb7860b912d4ae648865b1f2f8d27ebed12cc (diff) |
[bug] typo: fix motd
Diffstat (limited to 'gui')
-rw-r--r-- | gui/components/Splash.qml | 2 |
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) } } |