Skip to content

Commit

Permalink
Update MainWindowViewModel.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
oxygen-dioxide committed Feb 26, 2024
1 parent b5d8a1a commit c49715e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenUtau/ViewModels/MainWindowViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<UPart, Unit> PartDeleteCommand { get; set; }
Expand Down

0 comments on commit c49715e

Please sign in to comment.