pygui: added view toggle for normal links

This commit is contained in:
Blake Harnden 2020-08-04 16:32:39 -07:00
parent cd0351c818
commit 5976bca34b
3 changed files with 7 additions and 0 deletions

View file

@ -167,6 +167,11 @@ class Menubar(tk.Menu):
command=self.canvas.show_link_labels.click_handler,
variable=self.canvas.show_link_labels,
)
menu.add_checkbutton(
label="Links",
command=self.canvas.show_links.click_handler,
variable=self.canvas.show_links,
)
menu.add_checkbutton(
label="Wireless Links",
command=self.canvas.show_wireless.click_handler,