From 19e1d03998a7619325038180f38dc68e2dd48fec Mon Sep 17 00:00:00 2001 From: Daniel Clark Date: Sun, 7 Feb 2021 00:08:38 +0000 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecaad60..aa8953f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Todo: - [x] Use entrance animation similar to those found in the native flyouts - [ ] Works across multiple monitors - [ ] Switch notification tray icon based on system theme -- [ ] Drop shadow +- [x] Drop shadow - [x] Can restyle/retemplate the notifiction flyout via the NotificationFlyoutPresenter control - [ ] Use current system accent if user chose to use accent color on background surfaces - [x] Remove the gap between the taskbar and the flyout From 13fcc6ec7acec064a2d46e4f6a9727da62039688 Mon Sep 17 00:00:00 2001 From: Daniel Clark Date: Sun, 7 Feb 2021 00:14:27 +0000 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa8953f..1f7993b 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Todo: - [x] Use entrance animation similar to those found in the native flyouts - [ ] Works across multiple monitors - [ ] Switch notification tray icon based on system theme +- [ ] Notification tray icon context menu - [x] Drop shadow - [x] Can restyle/retemplate the notifiction flyout via the NotificationFlyoutPresenter control - [ ] Use current system accent if user chose to use accent color on background surfaces From 3ce4a8e374afcaefb030909cd105e37563821fb4 Mon Sep 17 00:00:00 2001 From: Daniel Clark Date: Sun, 7 Feb 2021 10:47:54 +0000 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f7993b..64a8639 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Restyled flyout:\ Todo: - [x] Adapt to taskbar placement - [x] Use entrance animation similar to those found in the native flyouts -- [ ] Works across multiple monitors +- [x] Works across multiple monitors - [ ] Switch notification tray icon based on system theme - [ ] Notification tray icon context menu - [x] Drop shadow