Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Capkirk123 committed Jan 21, 2025
2 parents 37bb5d8 + bcc335d commit 1dc3bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Telecom/main_window.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public MainWindow(Telecom telecom) : base(telecom) {
telecom_ = telecom;
}

public bool show_network { get; private set; } = true;
public bool show_network { get; private set; } = false;

protected override string Title => "Σκοπός Telecom network overview";

Expand Down

0 comments on commit 1dc3bd8

Please # to comment.