We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfef562 commit d1f1cd5Copy full SHA for d1f1cd5
src/settings/terminalSettings.js
@@ -330,7 +330,7 @@ export default function terminalSettings() {
330
sdcard.openDocumentFile(
331
async (data) => {
332
loader.showTitleLoader();
333
- //this will create a file at $PREFIX/atem_backup.bin
+ //this will create a file at $PREFIX/atem_backup.tar.tar
334
await system.copyToUri(
335
data.uri,
336
cordova.file.dataDirectory,
0 commit comments