fix contextmenu etc

This commit is contained in:
Stanley Dimant 2024-07-17 21:29:53 +02:00
parent b9cf7eb6fa
commit bfafcad8e8
16 changed files with 101 additions and 78 deletions

View file

@ -45,6 +45,9 @@ public sealed class IpcCallerMoodles : IIpcCaller
public void CheckAPI()
{
// todo: restore this when it's available again
return;
try
{
APIAvailable = _moodlesApiVersion.InvokeFunc() == 1;