GetProfileList -> GetList

This commit is contained in:
RisaDev
2024-03-11 01:10:13 +03:00
parent 13976a9135
commit 37c2882a98
3 changed files with 6 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ public class IPCTestTab //: IDisposable
[EzIPC("General.IsValid")]
private readonly Func<bool> _isValidIpcFunc;
[EzIPC("Profile.GetProfileList")]
[EzIPC("Profile.GetList")]
private readonly Func<IList<IPCProfileDataTuple>> _getProfileListIpcFunc;
[EzIPC("Profile.EnableByUniqueId")]