Make it build against Dalamud 13 (#84)

This commit is contained in:
N. Lo. 2025-08-08 22:42:18 +02:00 committed by GitHub
parent f94af2cc9e
commit 108bbe2a02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 78 additions and 82 deletions

View file

@ -89,7 +89,7 @@ public sealed class DtrEntry : IDisposable, IHostedService
{
_logger.LogTrace("Creating new DtrBar entry");
var entry = _dtrBar.Get("Mare Synchronos");
entry.OnClick = () => _mareMediator.Publish(new UiToggleMessage(typeof(CompactUi)));
entry.OnClick = _ => _mareMediator.Publish(new UiToggleMessage(typeof(CompactUi)));
return entry;
}