Merge branch 'main' of https://github.com/ElectronNET/Electron.NET into feature/gh-actions

This commit is contained in:
Florian Rappl
2023-04-03 11:29:22 +02:00

View File

@@ -56,7 +56,7 @@ namespace ElectronNET.API.Entities
/// <summary>
/// The default zoom factor of the page, 3.0 represents 300%. Default is 1.0.
/// </summary>
public int ZoomFactor { get; set; }
public double ZoomFactor { get; set; }
/// <summary>
/// Enables JavaScript support. Default is true.
@@ -213,4 +213,4 @@ namespace ElectronNET.API.Entities
[DefaultValue(false)]
public bool EnableRemoteModule { get; set; } = false;
}
}
}