Skip to content

Commit

Permalink
fix - reg - License infobox is not modal
Browse files Browse the repository at this point in the history
---

We've fixed a regression where we'd accidentally turned on the modality of the license infobox.

---

Type: fix
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Oct 12, 2024
1 parent eb017de commit 483151e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/Nitrocid/Kernel/KernelEntry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
);
Expand Down

0 comments on commit 483151e

Please sign in to comment.