diff options
Diffstat (limited to 'mobile-widgets/qml')
-rw-r--r-- | mobile-widgets/qml/main.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index eca8587a6..1ccab80e5 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -112,7 +112,6 @@ Kirigami.ApplicationWindow { Layout.fillWidth: true sourceSize.width: parent.width fillMode: Image.PreserveAspectFit - asynchronous: true LinearGradient { anchors { left: parent.left @@ -166,7 +165,7 @@ Kirigami.ApplicationWindow { Kirigami.Heading { Layout.fillWidth: true visible: text.length > 0 - level: 1 + level: 3 color: "white" text: prefs.cloudUserName wrapMode: Text.NoWrap |