Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.

Commit 1550ba9

Browse files
Change order to reflect enum (#735)
1 parent 75d41c5 commit 1550ba9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Samples/Samples/ViewModel/BrowserViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ public string Uri
5353
public List<string> BrowserLaunchModes { get; } =
5454
new List<string>
5555
{
56-
$"Use Default Browser App",
5756
$"Use System-Preferred Browser",
57+
$"Use Default Browser App"
5858
};
5959

6060
public int BrowserType

0 commit comments

Comments
 (0)