From b16a51ee4f566d01b7dba56a3b8bebf8e92b03ed Mon Sep 17 00:00:00 2001 From: Zhang Dian <54255897+zdpcdt@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:22:02 +0800 Subject: [PATCH] feat: add VisualLayerManager ctor to Notification & Toast manager. --- demo/Ursa.Demo/Dialogs/CustomDemoDialog.axaml | 10 +++++++- .../Dialogs/CustomDemoDialog.axaml.cs | 25 ++++++++++++++++++- .../Dialogs/CustomDemoDialogViewModel.cs | 24 ++++++++++++++---- .../Notification/WindowNotificationManager.cs | 14 ++++++++--- .../WindowMessageManager.cs | 11 ++++++++ src/Ursa/Controls/Toast/WindowToastManager.cs | 13 +++++++--- 6 files changed, 82 insertions(+), 15 deletions(-) diff --git a/demo/Ursa.Demo/Dialogs/CustomDemoDialog.axaml b/demo/Ursa.Demo/Dialogs/CustomDemoDialog.axaml index dc61a44..13e2efa 100644 --- a/demo/Ursa.Demo/Dialogs/CustomDemoDialog.axaml +++ b/demo/Ursa.Demo/Dialogs/CustomDemoDialog.axaml @@ -75,6 +75,14 @@ HorizontalAlignment="Right" Orientation="Horizontal" Spacing="8"> +