From 56b742c752eab07392fd78f9a3b94205f7530f54 Mon Sep 17 00:00:00 2001 From: Capkirk123 Date: Tue, 21 Jan 2025 13:53:11 -0500 Subject: [PATCH] Set "show network" to off by default, because opening the map with "show network" enabled causes lag probably, and is also undesired in general. --- Telecom/main_window.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telecom/main_window.cs b/Telecom/main_window.cs index 0df62de..e0aab5f 100644 --- a/Telecom/main_window.cs +++ b/Telecom/main_window.cs @@ -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";