require heels api 1.1+ (#70)

This commit is contained in:
Caraxi 2024-02-20 18:51:54 +10:30 committed by GitHub
parent d3d945ba32
commit 4dbfe28b66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -643,7 +643,7 @@ public sealed class IpcManager : DisposableMediatorSubscriberBase
{
try
{
return _heelsGetApiVersion.InvokeFunc() is { Item1: 1, Item2: >= 0 };
return _heelsGetApiVersion.InvokeFunc() is { Item1: 1, Item2: >= 1 };
}
catch
{