diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-09-06 21:08:14 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-11-23 21:51:01 +0100 |
commit | 8543125fa656ddc2c114072adfc27e4e7c461695 (patch) | |
tree | 176f90c03f64c2645932dbaf3d87f2ad22b61489 /gui/components/Home.qml | |
parent | b8e0fe3b5003d22043042110e8036f4383602545 (diff) |
[ui] transient connecting state
Diffstat (limited to 'gui/components/Home.qml')
-rw-r--r-- | gui/components/Home.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/components/Home.qml b/gui/components/Home.qml index c9eab2a..099bc23 100644 --- a/gui/components/Home.qml +++ b/gui/components/Home.qml @@ -3,6 +3,6 @@ import QtQuick.Controls 2.2 import QtGraphicalEffects 1.0 Page { - - StatusBox {} + StatusBox { + } } |