mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
homescreens/folio: Don't show background for widget configure dialog
https://invent.kde.org/plasma/plasma-mobile/-/issues/320 We seem to encounter an issue when a widget is deleted where the background stays. Workaround it for now.
This commit is contained in:
parent
f3f66a5d07
commit
aac41402f3
1 changed files with 4 additions and 0 deletions
|
|
@ -204,6 +204,10 @@ Item {
|
|||
padding: 0
|
||||
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
|
||||
onClosed: configPopup.close()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue