aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets')
-rw-r--r--mobile-widgets/qml/main.qml13
1 files changed, 13 insertions, 0 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml
index 2d7334471..eca8587a6 100644
--- a/mobile-widgets/qml/main.qml
+++ b/mobile-widgets/qml/main.qml
@@ -161,6 +161,19 @@ Kirigami.ApplicationWindow {
Layout.margins: Kirigami.Units.smallSpacing
}
}
+ RowLayout {
+ Layout.margins: Kirigami.Units.smallSpacing
+ Kirigami.Heading {
+ Layout.fillWidth: true
+ visible: text.length > 0
+ level: 1
+ color: "white"
+ text: prefs.cloudUserName
+ wrapMode: Text.NoWrap
+ elide: Text.ElideRight
+ font.weight: Font.Normal
+ }
+ }
}
}