Skip to content

Commit

Permalink
Fix missing namespace on ToastNotifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadpikle committed Jan 27, 2025
1 parent 7564081 commit 1a2a8a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/NetSparkle.UI.WinForms.NetFramework/ToastNotifier.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Drawing;
using System.Windows.Forms;

namespace NetSparkleUpdater
namespace NetSparkleUpdater.UI.WinForms
{
/// <summary>
/// Like a notification ballon, but more reliable "toast" because it slowly goes up, then down.
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1a2a8a1

Please sign in to comment.