don't show notification window in taskbar
This commit is contained in:
parent
c883821fb6
commit
68e663c7f0
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ namespace Observatory.UI.Views
|
||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
SystemDecorations = SystemDecorations.None;
|
SystemDecorations = SystemDecorations.None;
|
||||||
|
ShowInTaskbar = false;
|
||||||
MakeClickThrough(); //Platform specific, currently windows only.
|
MakeClickThrough(); //Platform specific, currently windows only.
|
||||||
|
|
||||||
int screen = Properties.Core.Default.NativeNotifyScreen;
|
int screen = Properties.Core.Default.NativeNotifyScreen;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue