From 8308060a7549c47ad2b3425b710ce43a033403dc Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 27 Jun 2025 14:47:50 +1000 Subject: icons: fix grade more icons Media and pfp fallback icons Also fix dashboard user os icon --- modules/dashboard/Media.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/dashboard/Media.qml') diff --git a/modules/dashboard/Media.qml b/modules/dashboard/Media.qml index 505ca33..599b922 100644 --- a/modules/dashboard/Media.qml +++ b/modules/dashboard/Media.qml @@ -128,6 +128,7 @@ Item { MaterialIcon { anchors.centerIn: parent + grade: 200 text: "art_track" color: Colours.palette.m3onSurfaceVariant font.pointSize: (parent.width * 0.4) || 1 -- cgit v1.2.3-freya