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 cdea7af commit 14517c7Copy full SHA for 14517c7
src/main/kotlin/com/lambda/module/hud/ModuleList.kt
@@ -45,7 +45,7 @@ object ModuleList : HudModule(
45
if (showKeybind) {
46
val color = if (it.keybind.key == 0 && it.keybind.mouse == -1) Color.RED else Color.GREEN
47
48
- sameLine()
+ sameLine()
49
withStyleColor(ImGuiCol.Text, color) { text(" [${it.keybind.name}]") }
50
}
51
0 commit comments