Skip to content

Commit

Permalink
Fixed defaultvoicer's styleindex is not saved in mrp
Browse files Browse the repository at this point in the history
  • Loading branch information
EX3exp committed Oct 7, 2024
1 parent 0bdbd44 commit eab46ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mirivoice/Mirivoice.Core/Format/Mrp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public Mrp(MainViewModel v)
mLines = v.LineBoxCollection.Select(l => new MLinePrototype(l)).ToArray();
MultEditScript = v.mTextBoxEditor.CurrentScript;
DefaultVoicerName = v.voicerSelector.CurrentVoicer.Info.Name;
DefaultVoicerStyleId = v.voicerSelector.CurrentVoicer.CurrentVoicerMeta.SpeakerId;
}

public async Task Load(MainViewModel v)
Expand Down

0 comments on commit eab46ad

Please sign in to comment.