diff --git a/public/Nitrocid/Kernel/KernelEntry.cs b/public/Nitrocid/Kernel/KernelEntry.cs index 878e87a8a..7d9694213 100644 --- a/public/Nitrocid/Kernel/KernelEntry.cs +++ b/public/Nitrocid/Kernel/KernelEntry.cs @@ -100,7 +100,7 @@ internal static void EntryPoint(string[]? args) // Show the license infobox if (Config.MainConfig.ShowLicenseInfoBox && Config.MainConfig.EnableSplash) { - InfoBoxModalColor.WriteInfoBoxModalColor( + InfoBoxNonModalColor.WriteInfoBoxColor( Translate.DoTranslation("License information"), WelcomeMessage.GetLicenseString(), KernelColorTools.GetColor(KernelColorType.License) );