homescreens/folio: Fix widget config dialogs not having a background

The original workaround was targeting modal backgrounds, not the actual dialog background too.
This commit is contained in:
Devin Lin 2024-07-07 22:07:05 -04:00
parent 7852b7ad2b
commit 14cf029ece

View file

@ -207,7 +207,6 @@ Item {
title: i18n('Widget Options')
// workaround: remove background so that it doesn't remain if the widget is deleted (and this is de-initialized without closing)
background: null
QQC2.Overlay.modal: null
// close parent dialog too