Added options to disable launcher/plugin auto updates
All checks were successful
Build / Compute Version (push) Successful in 6s
Build / Build Nuget package (CringeBootstrap.Abstractions) (push) Successful in 4m4s
Build / Build Nuget package (NuGet) (push) Successful in 4m7s
Build / Build Nuget package (SharedCringe) (push) Successful in 4m5s
Build / Build Nuget package (CringePlugins) (push) Successful in 4m25s
Build / Build Launcher (push) Successful in 5m12s
All checks were successful
Build / Compute Version (push) Successful in 6s
Build / Build Nuget package (CringeBootstrap.Abstractions) (push) Successful in 4m4s
Build / Build Nuget package (NuGet) (push) Successful in 4m7s
Build / Build Nuget package (SharedCringe) (push) Successful in 4m5s
Build / Build Nuget package (CringePlugins) (push) Successful in 4m25s
Build / Build Launcher (push) Successful in 5m12s
Also ran cleanup
This commit is contained in:
@@ -25,7 +25,6 @@ public sealed class NotificationsComponent : IRenderComponent
|
||||
var lastY = _notificationSize.Y;
|
||||
var viewportPos = ImGui.GetMainViewport().Pos;
|
||||
|
||||
|
||||
//todo: consider adding a limit to the number of messages that can be displayed at once
|
||||
for (var i = Notifications.Count; i-- > 0;)
|
||||
{
|
||||
@@ -76,7 +75,7 @@ public sealed class NotificationsComponent : IRenderComponent
|
||||
|
||||
|
||||
Notifications.RemoveAll(x => x.IsGarbage);
|
||||
|
||||
|
||||
_time += MyCommon.GetLastFrameDelta();
|
||||
}
|
||||
public static void SpawnNotification(float showTime, Action renderCallback)
|
||||
|
Reference in New Issue
Block a user