You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MCLauncher/MainWindow.xaml
+1
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,7 @@
110
110
<MenuItemHeader="Delete APPX after download to save space"IsCheckable="True"Name="DeleteAppxAfterDownloadOption"Checked="DeleteAppxAfterDownloadCheck_Changed"Unchecked="DeleteAppxAfterDownloadCheck_Changed"IsChecked="{Binding UserPrefs.DeleteAppxAfterDownload }" />
111
111
<MenuItemHeader="Uninstall all versions"Name="CleanupForMicrosoftStoreReinstall"Click="MenuItemCleanupForMicrosoftStoreReinstallClicked" />
112
112
<MenuItemHeader="Refresh version list"Name="RefreshVersionList"Click="MenuItemRefreshVersionListClicked" />
113
+
<MenuItemHeader="Set version list endpoint..."Name="SetVersionListEndpoint"Click="MenuItemSetVersionListEndpointClicked" />
0 commit comments