Tray icon now respects current system theme

This commit is contained in:
Daniel Clark
2021-02-07 16:24:20 +00:00
parent fbf7713705
commit 72941706d9
17 changed files with 213 additions and 93 deletions
@@ -0,0 +1,8 @@
namespace NotificationFlyout.Shared.UI.Helpers
{
public enum SystemTheme
{
Dark,
Light,
}
}