更新
This commit is contained in:
@@ -541,7 +541,7 @@ export default {
|
||||
dialog
|
||||
.showSaveDialog({
|
||||
title: 'Save',
|
||||
filters: [{ name: 'Soon Work', extensions: ['swk'] }]
|
||||
filters: [{ name: 'Soon Work', extensions: ['dwk'] }]
|
||||
})
|
||||
.then((result) => {
|
||||
fs.writeFileSync(result.filePath, v)
|
||||
|
||||
Reference in New Issue
Block a user