mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix build error
This commit is contained in:
parent
b5c264fbb5
commit
2a1d502aff
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ namespace Flow.Launcher.Core.Plugin
|
||||||
SetupJsonRPC();
|
SetupJsonRPC();
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
await RPC.InvokeAsync("reload", context);
|
await RPC.InvokeAsync("reload", Context);
|
||||||
}
|
}
|
||||||
catch (RemoteMethodNotFoundException e)
|
catch (RemoteMethodNotFoundException e)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue