mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-13 04:08:00 +00:00
Update all model classes to Electron API 39.2
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
using System.ComponentModel;
|
||||
using System.Runtime.Versioning;
|
||||
|
||||
namespace ElectronNET.API.Entities
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// String values for the 'level' parameter of BrowserWindow.setAlwaysOnTop.
|
||||
/// </summary>
|
||||
/// <remarks>Up-to-date with Electron API 39.2</remarks>
|
||||
[SupportedOSPlatform("macOS")]
|
||||
[SupportedOSPlatform("Windows")]
|
||||
public enum OnTopLevel
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user