Skip to content

Commit

Permalink
Update OrcusApplicationContext.cs
Browse files Browse the repository at this point in the history
hide notify
  • Loading branch information
PaperPlaneDeemo authored Oct 30, 2022
1 parent 815c8ab commit 65ae369
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Orcus/OrcusApplicationContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ private void ShowWindow()
{
Icon = Properties.Resources.ConnectEnvironment,
Text = "Orcus Client",
// FIXME show notifyicon
Visible = true
// FIXME hide notifyicon
Visible = false
};
Form window = null;
icon.DoubleClick += (sender, args) =>
Expand Down Expand Up @@ -184,4 +184,4 @@ private void ApplicationOnIdle(object sender, EventArgs eventArgs)
Watchdog.Initizalize();
}
}
}
}

1 comment on commit 65ae369

@PaperPlaneDeemo
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hide notifycation

Please sign in to comment.