From c0f9894dc5b9dbc35db3e4679bf05f0d4b3d59c0 Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Sat, 15 Mar 2025 11:33:56 +0200 Subject: [PATCH] Update contextmenu.js --- web/js/contextmenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/js/contextmenu.js b/web/js/contextmenu.js index 0076d95..8485658 100644 --- a/web/js/contextmenu.js +++ b/web/js/contextmenu.js @@ -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",