Fix an error in the scroll sensitivity UI

custom
jacqueline 9 months ago
parent a3f48074fb
commit 7012e64a14
  1. 2
      lua/settings.lua

@ -344,7 +344,7 @@ local InputSettings = SettingsScreen:new {
controls.scheme:set(scheme) controls.scheme:set(scheme)
end) end)
theme.set_style(self.menu.content:Label { theme.set_style(self.content:Label {
text = "Scroll Sensitivity", text = "Scroll Sensitivity",
}, "settings_title") }, "settings_title")

Loading…
Cancel
Save