Fix an error in the scroll sensitivity UI

This commit is contained in:
jacqueline
2024-07-17 14:13:03 +10:00
parent a3f48074fb
commit 7012e64a14
+1 -1
View File
@@ -344,7 +344,7 @@ local InputSettings = SettingsScreen:new {
controls.scheme:set(scheme)
end)
theme.set_style(self.menu.content:Label {
theme.set_style(self.content:Label {
text = "Scroll Sensitivity",
}, "settings_title")