homescreens/folio: Remove icon on one of the settings delegates

None of the other settings delegates have icons, it makes it look
strange.
This commit is contained in:
Devin Lin 2024-10-29 22:05:31 -07:00
parent 57caf24504
commit 3fd81679ed

View file

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