banner with particles

This commit is contained in:
choco
2025-10-15 22:59:08 +02:00
parent 04c00af92e
commit d5c12e81c3
2 changed files with 611 additions and 133 deletions

View File

@@ -160,6 +160,8 @@ public class LightlessPlugin : MediatorSubscriberBase, IHostedService
var currentVersion = ver == null ? string.Empty : $"{ver.Major}.{ver.Minor}.{ver.Build}";
var lastSeen = _lightlessConfigService.Current.LastSeenVersion ?? string.Empty;
Logger?.LogDebug("Last seen version: {lastSeen}, current version: {currentVersion}", lastSeen, currentVersion);
Mediator.Publish(new UiToggleMessage(typeof(UpdateNotesUi)));
if (string.IsNullOrEmpty(lastSeen))
{
_lightlessConfigService.Current.LastSeenVersion = currentVersion;