fix: Fixed ephemeral notifications shadow (#10526)
This commit is contained in:
parent
2e6ccea91a
commit
d7d58b4933
|
@ -1285,6 +1285,7 @@ Item {
|
|||
spacing: 8
|
||||
verticalLayoutDirection: ListView.BottomToTop
|
||||
model: appMain.rootStore.mainModuleInst.ephemeralNotificationModel
|
||||
clip: false
|
||||
|
||||
delegate: StatusToastMessage {
|
||||
primaryText: model.title
|
||||
|
|
Loading…
Reference in New Issue