mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
Merge branch 'main' of https://github.com/ElectronNET/Electron.NET into feature/gh-actions
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user