We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d71f7c commit 15a5eecCopy full SHA for 15a5eec
1 file changed
MCServerLauncher.WPF/InstanceConsole/View/Pages/BoardPage.xaml.cs
@@ -32,7 +32,11 @@ private void UpdateComponentsVisibility()
32
{
33
var report = InstanceDataManager.Instance.CurrentReport;
34
if (report == null)
35
+ {
36
+ AddressComponent.Visibility = Visibility.Collapsed;
37
+ PlayerListComponent.Visibility = Visibility.Collapsed;
38
return;
39
+ }
40
41
var isMinecraftInstance = report.Config.InstanceType.SupportsMinecraftBoardWidgets();
42
@@ -78,4 +82,4 @@ await Task.WhenAll(
78
82
}
79
83
80
84
81
-}
85
+}
0 commit comments