From ebecd148fe7abeebfbe2daee7eedd49e7b744763 Mon Sep 17 00:00:00 2001 From: kobewi Date: Thu, 18 Aug 2022 16:08:30 +0200 Subject: Add "Copy Name" option to signal menu --- editor/connections_dialog.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'editor/connections_dialog.h') diff --git a/editor/connections_dialog.h b/editor/connections_dialog.h index d141d1a880..14da06ccb3 100644 --- a/editor/connections_dialog.h +++ b/editor/connections_dialog.h @@ -177,13 +177,14 @@ class ConnectionsDock : public VBoxContainer { //Right-click Pop-up Menu Options. enum SignalMenuOption { CONNECT, - DISCONNECT_ALL + DISCONNECT_ALL, + COPY_NAME, }; enum SlotMenuOption { EDIT, GO_TO_SCRIPT, - DISCONNECT + DISCONNECT, }; Node *selected_node = nullptr; -- cgit v1.2.3