mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
renamed settings to options for consistency
This commit is contained in:
@@ -76,7 +76,7 @@ function cut(nodes) {
|
||||
infoService.showMessage("Note(s) have been cut into clipboard.");
|
||||
}
|
||||
|
||||
const contextMenuSettings = {
|
||||
const contextMenuOptions = {
|
||||
delegate: "span.fancytree-title",
|
||||
autoFocus: true,
|
||||
menu: [
|
||||
@@ -185,5 +185,5 @@ export default {
|
||||
pasteInto,
|
||||
cut,
|
||||
copy,
|
||||
contextMenuSettings
|
||||
contextMenuOptions
|
||||
};
|
||||
Reference in New Issue
Block a user