Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/hanssak/OpenNetLink
Browse files Browse the repository at this point in the history
  • Loading branch information
uglyice committed Oct 6, 2020
2 parents 2c891a9 + 49428fb commit 64024ca
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,10 @@
- [Master](https://github.com/hanssak)
- [kdy800](https://github.com/kdy800)
- [battledir](https://github.com/battledir)
- [silencep97](https://github.com/silencep97)
- [silencep97](https://github.com/silencep97)
- [KangShin](https://github.com/KangShin)
- [sg81209](https://github.com/sg81209)
- [parkbyungheum](https://github.com/parkbyungheum)
- [angellos12](https://github.com/angellos12)
- [uglyice](https://github.com/uglyice)
- [subah04](https://github.com/subah04)
Binary file modified src/OpenNetLinkApp/Library/HsNetWorkSG.dll
Binary file not shown.
5 changes: 4 additions & 1 deletion src/OpenNetLinkApp/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ public void ConfigureServices(IServiceCollection services)
services.AddSingleton<DragAndDropService>();
services.AddSingleton<HSCmdCenter>();
services.AddSingleton<PageStatusService>();
services.AddFileReaderService(options => options.InitializeOnFirstCall = true);
services.AddFileReaderService(options => {
options.InitializeOnFirstCall = true;
options.UseWasmSharedBuffer = false;
});
}

public void Configure(DesktopApplicationBuilder app)
Expand Down
6 changes: 3 additions & 3 deletions src/WebWindow.Blazor.JS/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 64024ca

Please sign in to comment.