Fix merge issue breaking control settings screen

custom
ailurux 3 months ago
parent 38cb3d8219
commit 813db15da8
  1. 4
      lua/settings.lua

@ -426,12 +426,14 @@ settings.InputSettings = SettingsScreen:new {
local scheme = option_to_scheme[option]
control_scheme:set(scheme)
end)
return controls_chooser
end
theme.set_subject(self.content:Label {
text = "Control scheme",
}, "settings_title")
make_scheme_control(self, controls.schemes(), controls.scheme)
local controls_chooser = make_scheme_control(self, controls.schemes(), controls.scheme)
theme.set_subject(self.content:Label {
text = "Control scheme when locked",

Loading…
Cancel
Save