mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
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:
parent
57caf24504
commit
3fd81679ed
1 changed files with 0 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue