From 655677ce727a66a91a9995b903bcb959438bfa59 Mon Sep 17 00:00:00 2001 From: Kang Yu Date: Fri, 28 Jul 2023 13:24:58 -0700 Subject: [PATCH] recover customized code removed by UI editor --- .../SystrayShell/SplashForm.Designer.cs | 1 + 1 file changed, 1 insertion(+) 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);