Skip to content

Commit 491c855

Browse files
committed
Update ToolbarFlyoutOpeningEventArgs.cs
1 parent e6ced6c commit 491c855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Data/EventArguments/ToolbarFlyoutOpeningEventArgs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ namespace Files.App.Data.EventArguments
77
{
88
public sealed class ToolbarFlyoutOpeningEventArgs
99
{
10-
public MenuFlyout OpeningFlyout { get; set; }
10+
public MenuFlyout OpeningFlyout { get; }
1111
}
1212
}

0 commit comments

Comments
 (0)