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

Merge pull request #626 from asmsuechan/iss-625

Fix a bug which is not showing dialog when user tries to export a snippet
This commit is contained in:
SuenagaRyota
2017-06-07 15:32:02 +09:00
committed by GitHub

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']
})
}
}