mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
fixed get appdata path error
This commit is contained in:
@@ -36,7 +36,7 @@ class SnippetTab extends React.Component {
|
||||
handleSnippetContextMenu (snippet) {
|
||||
const menu = new Menu()
|
||||
menu.append(new MenuItem({
|
||||
label: 'Delete',
|
||||
label: i18n.__('Delete snippet'),
|
||||
click: () => {
|
||||
this.deleteSnippet(snippet.id)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user