Skip to content

Commit 9d25d72

Browse files
Merge pull request #77 from PuzzlingGGG/develop
change turbowarp-addon-settings.json to penguinmod-addon-settings.json
2 parents 48cc4d6 + d75135b commit 9d25d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/playground/addon-settings.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import appTarget from './app-target';
2222

2323
const onExportSettings = settings => {
2424
const blob = new Blob([JSON.stringify(settings)]);
25-
downloadBlob('turbowarp-addon-settings.json', blob);
25+
downloadBlob('penguinmod-addon-settings.json', blob);
2626
};
2727

2828
ReactDOM.render((

0 commit comments

Comments
 (0)