Skip to content

Commit 023caca

Browse files
committed
fix hotkey entry
1 parent 8cd41a8 commit 023caca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OpenRA.Mods.Common/Widgets/Logic/Installation/ModContentPromptLogic.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public ModContentPromptLogic(ModData modData, Widget widget, ModContent content,
7171
Ui.CloseWindow();
7272
continueLoading();
7373
};
74-
continueButton.HotKey = Hotkey.FromConfigString("escape");
74+
continueButton.Key = modData.Hotkeys["escape"];
7575
continueButton.GetText = () => continueMessage;
7676

7777
Game.RunAfterTick(Ui.ResetTooltips);

0 commit comments

Comments
 (0)