mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-18 14:47:43 +00:00
Add comments
This commit is contained in:
@@ -538,6 +538,9 @@ namespace ElectronNET.API
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Manually set that the app is ready instead of using the UseElectron extension method
|
||||
/// </summary>
|
||||
public static void ManuallySetIsReady()
|
||||
{
|
||||
Instance.IsReady = true;
|
||||
|
||||
Reference in New Issue
Block a user