diff --git a/OpenUtau/ViewModels/MainWindowViewModel.cs b/OpenUtau/ViewModels/MainWindowViewModel.cs index 60f0789b0..84f9b8e50 100644 --- a/OpenUtau/ViewModels/MainWindowViewModel.cs +++ b/OpenUtau/ViewModels/MainWindowViewModel.cs @@ -40,7 +40,7 @@ public class MainWindowViewModel : ViewModelBase, ICmdSubscriber { [Reactive] public string ClearCacheHeader { get; set; } public bool ProjectSaved => !string.IsNullOrEmpty(DocManager.Inst.Project.FilePath) && DocManager.Inst.Project.Saved; - public string AppVersion => $"OpenUtau For DiffSinger v{System.Reflection.Assembly.GetEntryAssembly()?.GetName().Version}"; + public string AppVersion => $"OpenUtau (xunmengshe fork) v{System.Reflection.Assembly.GetEntryAssembly()?.GetName().Version}"; [Reactive] public double Progress { get; set; } [Reactive] public string ProgressText { get; set; } public ReactiveCommand PartDeleteCommand { get; set; }