Skip to content

Commit 3689655

Browse files
committed
Add command hint to bindwheel UI
1 parent 9601c94 commit 3689655

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/game/client/components/tclient/menus_tclient.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,6 +1156,8 @@ void CMenus::RenderSettingsTClientBindWheel(CUIRect MainView)
11561156

11571157
LeftView.HSplitTop(MarginSmall, nullptr, &LeftView);
11581158
LeftView.HSplitTop(LineSize, &Label, &LeftView);
1159+
Ui()->DoLabel(&Label, TCLocalize("The command is ran in console not chat"), FontSize, TEXTALIGN_ML);
1160+
LeftView.HSplitTop(LineSize, &Label, &LeftView);
11591161
Ui()->DoLabel(&Label, TCLocalize("Use left mouse to select"), FontSize, TEXTALIGN_ML);
11601162
LeftView.HSplitTop(LineSize, &Label, &LeftView);
11611163
Ui()->DoLabel(&Label, TCLocalize("Use right mouse to swap with selected"), FontSize, TEXTALIGN_ML);

0 commit comments

Comments
 (0)