diff --git a/scripts/src/export-button.js b/scripts/src/export-button.js index 86e5709..69ff968 100644 --- a/scripts/src/export-button.js +++ b/scripts/src/export-button.js @@ -47,7 +47,7 @@ define( function updateDownloadFileName( options ) { - download_file_name = file_name + '-' + objToString( options ) + file_suffix; + download_file_name = file_name + '-glitched-' + objToString( options ) + file_suffix; } function updatePNGLinkAddress( data_url )