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) {