diff --git a/src/SharpIDE.Godot/Features/SlnPicker/PreviousSlnEntry.cs b/src/SharpIDE.Godot/Features/SlnPicker/PreviousSlnEntry.cs index e7485b7..0438b39 100644 --- a/src/SharpIDE.Godot/Features/SlnPicker/PreviousSlnEntry.cs +++ b/src/SharpIDE.Godot/Features/SlnPicker/PreviousSlnEntry.cs @@ -7,6 +7,7 @@ public partial class PreviousSlnEntry : HBoxContainer { private Label _slnPathLabel = null!; private Label _slnNameLabel = null!; + private Panel _slnColourPanel = null!; public PreviouslyOpenedSln PreviouslyOpenedSln { get; set; } = null!; @@ -15,7 +16,9 @@ public partial class PreviousSlnEntry : HBoxContainer if (PreviouslyOpenedSln is null) return; _slnNameLabel = GetNode