banner with particles
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user