From 46900f5ea2a2737913673840b524759cc97b46da Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 17 Jul 2024 10:37:40 +0200 Subject: [PATCH] status-page: Use icon name fallback for main icon This makes it possible to set a very precise icon name, that will automatically fall back to a less precise one if not available. This fixes the phone icons in the Bluetooth Settings appearing as generic symbolic icons rather than colourful ones. --- src/adw-status-page.ui | 1 + 1 file changed, 1 insertion(+) diff --git a/src/adw-status-page.ui b/src/adw-status-page.ui index 07299b246..609973d88 100644 --- a/src/adw-status-page.ui +++ b/src/adw-status-page.ui @@ -22,6 +22,7 @@ center + True presentation -- GitLab