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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,7 @@
105
105
<MenuItemHeader="_Options">
106
106
<MenuItemHeader="Delete APPX after download to save space"IsCheckable="True"Name="DeleteAppxAfterDownloadOption"Checked="DeleteAppxAfterDownloadCheck_Changed"Unchecked="DeleteAppxAfterDownloadCheck_Changed"IsChecked="{Binding UserPrefs.DeleteAppxAfterDownload }" />
107
107
<MenuItemHeader="Uninstall all versions"Name="CleanupForMicrosoftStoreReinstall"Click="MenuItemCleanupForMicrosoftStoreReinstallClicked" />
108
+
<MenuItemHeader="Refresh version list"Name="RefreshVersionList"Click="MenuItemRefreshVersionListClicked" />
MessageBox.Show("Failed to update version list from the internet. Some new versions might be missing.","Error",MessageBoxButton.OK,MessageBoxImage.Error);
103
-
}
90
+
privateasyncvoidLoadVersionList(){
91
+
LoadingProgressLabel.Content="Loading versions from cache";
MessageBox.Show("Failed to update version list from the internet. Some new versions might be missing.","Error",MessageBoxButton.OK,MessageBoxImage.Error);
0 commit comments