From 5f999f7a4712c4a4d1c89054b544064cfd4b769e Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Fri, 3 Apr 2026 12:36:59 +0200 Subject: Icon fixes - Detint icon on first signin - Symlink it to the old meegotouch theme dir if it exists. --- settings/accounts/ui/mastodon.qml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'settings/accounts/ui') diff --git a/settings/accounts/ui/mastodon.qml b/settings/accounts/ui/mastodon.qml index a4bd512..129fda5 100644 --- a/settings/accounts/ui/mastodon.qml +++ b/settings/accounts/ui/mastodon.qml @@ -255,11 +255,14 @@ AccountCreationAgent { width: parent.width - x * 2 spacing: Theme.paddingMedium - Icon { + Image { id: promptIcon width: Theme.iconSizeMedium height: Theme.iconSizeMedium source: "image://theme/icon-l-mastodon" + fillMode: Image.PreserveAspectFit + sourceSize.width: width + sourceSize.height: height } //: Prompt shown in account setup before OAuth sign-in. -- cgit v1.2.3