Set default value of show_interface_labels to True

Change the default value of show_interface_labels from False to True for better user experience, as interface labels are commonly used in network topology visualization.
This commit is contained in:
YueGuobin 2026-05-30 22:49:42 +08:00
parent 598029face
commit 21bba7f4b2
No known key found for this signature in database

View File

@ -95,7 +95,7 @@ class Project:
show_grid=False,
grid_size=75,
drawing_grid_size=25,
show_interface_labels=False,
show_interface_labels=True,
variables=None,
supplier=None,
created_by=None,