pygui updated node service configurations to be self contained and copyable

This commit is contained in:
Blake Harnden 2020-04-21 10:31:20 -07:00
parent 85b4a81f8a
commit d7ebb90329
6 changed files with 57 additions and 77 deletions

View file

@ -347,7 +347,6 @@ class Menubar(tk.Menu):
for i in range(self.edit_menu.index(tk.END) + 1):
try:
label = self.edit_menu.entrycget(i, "label")
logging.info("menu label: %s", label)
if label not in labels:
continue
state = tk.DISABLED if is_runtime else tk.NORMAL