mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
How can i disable the error window? #704
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yoxking on GitHub (Sep 29, 2021).
Originally assigned to: @GregorBiswanger on GitHub.
when load url frequently will be show error window.

c#: mainWindow.LoadURL(url);
how can i disable the error window?