Skip to content

Commit d66658d

Browse files
committed
Let people hotkey grid settings.
1 parent d8200f6 commit d66658d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

LuaUI/Widgets/gfx_overdrive_cables_menu.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ options = {
5656
OnChange = function(self)
5757
Spring.SendCommands("luarules cabletree detail " .. self.value)
5858
end,
59-
noHotkey = true,
6059
},
6160
cabletree_ghosts = {
6261
name = 'Show cable ghosts in fog',
@@ -66,7 +65,6 @@ options = {
6665
OnChange = function(self)
6766
Spring.SendCommands("luarules cabletree ghosts " .. (self.value and "on" or "off"))
6867
end,
69-
noHotkey = true,
7068
},
7169
}
7270

0 commit comments

Comments
 (0)