Skip to content

Commit

Permalink
fix: Fixed ephemeral notifications shadow (#10526)
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin authored May 3, 2023
1 parent 2e6ccea commit d7d58b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/app/mainui/AppMain.qml
Original file line number Diff line number Diff line change
Expand Up @@ -1285,6 +1285,7 @@ Item {
spacing: 8
verticalLayoutDirection: ListView.BottomToTop
model: appMain.rootStore.mainModuleInst.ephemeralNotificationModel
clip: false

delegate: StatusToastMessage {
primaryText: model.title
Expand Down

0 comments on commit d7d58b4

Please sign in to comment.