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: src/ViewModel/MainViewModel.cs
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -111,13 +111,15 @@ public RelayCommand WindowLoaded
111
111
await_dialogService.ShowMessageAsync("It seems that CSGO is not installed on your main hard drive. The defaults \"csgo\" and \"replays\" can not be found. Please add folders from the settings.",MessageDialogStyle.Affirmative);
112
112
}
113
113
114
-
// Check for 1st launch or upgrade that required cache clear
114
+
// Check for 1st launch or upgrade that required cache clear (when app major / minor version > major / minor config version)
varsaveCustomData=await_dialogService.ShowMessageAsync("This update required to clear custom data from cache (your suspects list will not be removed). Do you want to save your custom data? ",MessageDialogStyle.AffirmativeAndNegative);
0 commit comments