Skip to content

HasShadow Is Not true by Default #1048

@AeonSake

Description

@AeonSake

The documentation of BrowserWindowOptions.HasShadow says it's true by default (mirroring what electron does). However, the class property does not force true by default and therefore gets serialized as false when creating a new window.

/// <summary>
/// Whether window should have a shadow. Default is true.
/// </summary>
public bool HasShadow { get; set; }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions