Skip to content

Commit

Permalink
chg - Increment progress each time addon started
Browse files Browse the repository at this point in the history
---

Type: chg
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Feb 15, 2024
1 parent 3064db6 commit 191e5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/Nitrocid/Kernel/Extensions/AddonTools.cs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ internal static void ProcessAddon(string addon, ModLoadPriority type)
if (!addons.Where((addon) => addonInstance.AddonName == addon.AddonName).Any())
addons.Add(info);
DebugWriter.WriteDebug(DebugLevel.I, "Loaded addon!");
SplashReport.ReportProgress(Translate.DoTranslation("Started kernel addon") + " {0}!", addonInstance.AddonName);
SplashReport.ReportProgress(Translate.DoTranslation("Started kernel addon") + " {0}!", 1, addonInstance.AddonName);
}
catch (Exception ex)
{
Expand Down

0 comments on commit 191e5df

Please sign in to comment.