Tray icon now respects current system theme
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace NotificationFlyout.Shared.UI.Helpers
|
||||
{
|
||||
public enum SystemTheme
|
||||
{
|
||||
Dark,
|
||||
Light,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user