summaryrefslogtreecommitdiff
path: root/product/desktop.ui/views/Shell.xaml.cs
diff options
context:
space:
mode:
Diffstat (limited to 'product/desktop.ui/views/Shell.xaml.cs')
-rw-r--r--product/desktop.ui/views/Shell.xaml.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/product/desktop.ui/views/Shell.xaml.cs b/product/desktop.ui/views/Shell.xaml.cs
index 0f5b5c5..ccef418 100644
--- a/product/desktop.ui/views/Shell.xaml.cs
+++ b/product/desktop.ui/views/Shell.xaml.cs
@@ -34,7 +34,6 @@ namespace solidware.financials.windows.ui.views
Loaded += (o, e) =>
{
TaskBarIcon.Icon = UIIcon.Application.AsIcon();
- TaskBarIcon.Say("Welcome");
};
}