From ac1ace291cb055599a8f5e1389dd408b0958d7a1 Mon Sep 17 00:00:00 2001 From: Daniel Clark Date: Mon, 15 Feb 2021 22:35:51 +0000 Subject: [PATCH] Remove steps for setting notification icons --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 582620a..d1ec391 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,7 @@ namespace MyUWPApp x:Class="MyUWPApp.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" - xmlns:controls="using:NotificationFlyout.Uwp.UI.Controls" - IconSource="/Assets/Icon.ico" - LightIconSource="/Assets/Icon-Light.ico"> + xmlns:controls="using:NotificationFlyout.Uwp.UI.Controls">