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

Function showOutputNotWritable

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

Source from the content-addressed store, hash-verified

148}
149
150export async function showOutputNotWritable() {
151 await getSwal().Swal.fire({
152 icon: 'error',
153 text: i18n.t('You are not allowed to write the output file. This probably means that the file already exists with the wrong permissions, or you don\'t have write permissions to the output folder.'),
154 });
155}
156
157export async function showRefuseToOverwrite() {
158 await getSwal().Swal.fire({

Callers 1

AppFunction · 0.90

Calls 1

getSwalFunction · 0.85

Tested by

no test coverage detected