Skip to content

Extra caption button displayed on macOS due to missing platform check #1311

@ChiahongHong

Description

@ChiahongHong

In the refactoring made in ef4b639, the condition for HasRightCaptionButton doesn't check properly. As a result, an extra caption button is displayed on macOS.

public bool HasRightCaptionButton
{
get => OperatingSystem.IsWindows() || !Native.OS.UseSystemWindowFrame;
}

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions