Track settings: show stream kind emojis in Type column (match queue summary).
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
6264b487fe
commit
3459204e6f
@ -52,12 +52,13 @@ public sealed class TrackSettingsRowViewModel : INotifyPropertyChanged
|
|||||||
SourceDisplay = "Встроенная";
|
SourceDisplay = "Встроенная";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Эмодзи как в ячейке «Дорожки» очереди (ConversionQueueItem.TrackSummaryDisplay).
|
||||||
TypeDisplay = entry.StreamKind switch
|
TypeDisplay = entry.StreamKind switch
|
||||||
{
|
{
|
||||||
MediaStreamKind.Video => "Video",
|
MediaStreamKind.Video => "Video 🎬",
|
||||||
MediaStreamKind.Audio => "Audio",
|
MediaStreamKind.Audio => "Audio 🔊",
|
||||||
MediaStreamKind.Subtitle => "Subtitle",
|
MediaStreamKind.Subtitle => "Subtitle 💬",
|
||||||
MediaStreamKind.Attachment => "Attachment",
|
MediaStreamKind.Attachment => "Attachment 📎",
|
||||||
MediaStreamKind.Data => "Data",
|
MediaStreamKind.Data => "Data",
|
||||||
_ => "?"
|
_ => "?"
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user