mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-12 05:34:33 +00:00
9 lines
234 B
C#
9 lines
234 B
C#
namespace ElectronNET.API.Entities
|
|
{
|
|
public sealed class SourcesOption
|
|
{
|
|
public string[] Types { get; set; }
|
|
public Size ThumbnailSize { get; set; }
|
|
public bool FetchWindowIcons { get; set; }
|
|
}
|
|
} |