mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-01 16:33:43 -04:00
don't show notification window in taskbar
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user