diff --git a/Ninjacrab.PersistentWindows.Solution/SystrayShell/SplashForm.Designer.cs b/Ninjacrab.PersistentWindows.Solution/SystrayShell/SplashForm.Designer.cs index 73c0180..a4ceacb 100644 --- a/Ninjacrab.PersistentWindows.Solution/SystrayShell/SplashForm.Designer.cs +++ b/Ninjacrab.PersistentWindows.Solution/SystrayShell/SplashForm.Designer.cs @@ -85,6 +85,7 @@ namespace PersistentWindows.SystrayShell this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "SplashForm"; + this.Icon = Program.IdleIcon; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Load += new System.EventHandler(this.SplashForm_Load); this.ResumeLayout(false);