1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Fix a bug which is not showing dialog when user tries to export a snippet

This commit is contained in:
asmsuechan
2017-06-07 15:23:07 +09:00
parent 275a8ea7cc
commit 2271def5d3

View File

@@ -332,7 +332,8 @@ class NoteList extends React.Component {
dialog.showMessageBox(remote.getCurrentWindow(), {
type: 'warning',
message: 'Sorry!',
detail: 'md/text import is available only a markdown note.'
detail: 'md/text import is available only a markdown note.',
buttons: ['OK', 'Cancel']
})
}
}