MCPcopy
hub / github.com/mifi/lossless-cut / showMuxNotSupported

Function showMuxNotSupported

src/renderer/src/dialogs/index.tsx:143–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

141}
142
143export async function showMuxNotSupported() {
144 await getSwal().Swal.fire({
145 icon: 'error',
146 text: i18n.t('At least one codec is not supported by the selected output file format. Try another output format or try to disable one or more tracks.'),
147 });
148}
149
150export async function showOutputNotWritable() {
151 await getSwal().Swal.fire({

Callers 1

AppFunction · 0.90

Calls 1

getSwalFunction · 0.85

Tested by

no test coverage detected