From 3fd81679ed6ea75aecb67bd8f973042af7a3e65c Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Tue, 29 Oct 2024 22:05:31 -0700 Subject: [PATCH] homescreens/folio: Remove icon on one of the settings delegates None of the other settings delegates have icons, it makes it look strange. --- .../folio/package/contents/ui/settings/SettingsWindow.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/containments/homescreens/folio/package/contents/ui/settings/SettingsWindow.qml b/containments/homescreens/folio/package/contents/ui/settings/SettingsWindow.qml index 09cb41d3..e4b68d1d 100644 --- a/containments/homescreens/folio/package/contents/ui/settings/SettingsWindow.qml +++ b/containments/homescreens/folio/package/contents/ui/settings/SettingsWindow.qml @@ -229,7 +229,6 @@ Window { FormCard.FormCard { FormCard.FormSwitchDelegate { text: i18n('Show background') - icon.name: 'draw-rectangle' checked: folio.FolioSettings.showFavouritesBarBackground onCheckedChanged: { if (checked !== folio.FolioSettings.showFavouritesBarBackground) {