pygui: added option to hide/show links with 100% loss, added checks to flag links for this case
This commit is contained in:
parent
fc846272fc
commit
961f630acb
5 changed files with 25 additions and 5 deletions
|
@ -172,6 +172,11 @@ class Menubar(tk.Menu):
|
|||
command=self.canvas.show_links.click_handler,
|
||||
variable=self.canvas.show_links,
|
||||
)
|
||||
menu.add_checkbutton(
|
||||
label="Loss Links",
|
||||
command=self.canvas.show_loss_links.click_handler,
|
||||
variable=self.canvas.show_loss_links,
|
||||
)
|
||||
menu.add_checkbutton(
|
||||
label="Wireless Links",
|
||||
command=self.canvas.show_wireless.click_handler,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue