Update contextmenu.js

This commit is contained in:
kijai 2025-03-15 11:33:56 +02:00
parent 02c76c88b4
commit c0f9894dc5

View File

@ -103,7 +103,7 @@ app.registerExtension({
app.ui.settings.addSetting({
id: "KJNodes.SetGetMenu",
name: "KJNodes: Make Set/Get -nodes defaults",
tooltip: 'Adds Set/Get nodes to the top or bottom of the list of available node suggestions. Disabling requires a browser reload.',
tooltip: 'Adds Set/Get nodes to the top or bottom of the list of available node suggestions.',
options: ['disabled', 'top', 'bottom'],
defaultValue: 'disabled',
type: "combo",