Skip to content

Commit a2eb9cd

Browse files
authored
Fix LoadOrSaveGameOptionPresetWindow cannot be customized via an ini file (CnCNet#748)
1 parent 601510e commit a2eb9cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DXMainClient/DXGUI/Multiplayer/CnCNet/LoadOrSaveGameOptionPresetWindow.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,10 @@ public LoadOrSaveGameOptionPresetWindow(WindowManager windowManager) : base(wind
132132

133133
public override void Initialize()
134134
{
135+
Name = "LoadOrSaveGameOptionPresetWindow";
135136
PanelBackgroundDrawMode = PanelBackgroundImageDrawMode.STRETCHED;
136137
BackgroundTexture = AssetLoader.CreateTexture(new Color(0, 0, 0, 255), 1, 1);
137-
138+
138139
base.Initialize();
139140
}
140141

0 commit comments

Comments
 (0)