2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-04-05 17:39:39 -04:00

don't show notification window in taskbar

This commit is contained in:
Xjph 2021-09-04 18:40:18 -02:30
parent c883821fb6
commit 68e663c7f0

View File

@ -13,7 +13,7 @@ namespace Observatory.UI.Views
{
InitializeComponent();
SystemDecorations = SystemDecorations.None;
ShowInTaskbar = false;
MakeClickThrough(); //Platform specific, currently windows only.
int screen = Properties.Core.Default.NativeNotifyScreen;