mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03: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.FormCard {
|
||||||
FormCard.FormSwitchDelegate {
|
FormCard.FormSwitchDelegate {
|
||||||
text: i18n('Show background')
|
text: i18n('Show background')
|
||||||
icon.name: 'draw-rectangle'
|
|
||||||
checked: folio.FolioSettings.showFavouritesBarBackground
|
checked: folio.FolioSettings.showFavouritesBarBackground
|
||||||
onCheckedChanged: {
|
onCheckedChanged: {
|
||||||
if (checked !== folio.FolioSettings.showFavouritesBarBackground) {
|
if (checked !== folio.FolioSettings.showFavouritesBarBackground) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue