Skip to content

Commit

Permalink
Update NetworkLocationsWidgetViewModel.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
0x5bfa committed May 27, 2024
1 parent 5c74341 commit b92e25b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public override List<ContextFlyoutItemModel> GetItemMenuItems(WidgetCardItem ite

var options = drive?.Item.MenuOptions;

return new List<ContextMenuFlyoutItemViewModel>()
return new List<ContextFlyoutItemModel>()
{
new()
{
Expand Down Expand Up @@ -181,7 +181,7 @@ public override List<ContextFlyoutItemModel> GetItemMenuItems(WidgetCardItem ite
},
new()
{
ItemType = ContextMenuFlyoutItemType.Separator,
ItemType = ContextFlyoutItemType.Separator,
Tag = "OverflowSeparator",
},
new()
Expand Down

0 comments on commit b92e25b

Please sign in to comment.