Skip to content

Commit

Permalink
Enable factory hotkeys and alt inserts behind (prevents construction …
Browse files Browse the repository at this point in the history
…cancelling on non-report).
  • Loading branch information
GoogleFrog committed Feb 28, 2017
1 parent 659052e commit fd1460c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LuaUI/Widgets/gui_chili_integral_menu.lua
Expand Up @@ -119,13 +119,13 @@ options = {
name = 'Alt Inserts Behind',
tooltip = "When enabled, the Alt modifier will insert construction behind the current item in the queue. When disabled, and if the factory is not set to repeat, Alt will insert the command in front of the current construction (destroying its progress).",
type = 'bool',
value = false,
value = true,
noHotkey = true,
},
unitsHotkeys2 = {
name = 'Enable Factory Hotkeys',
type = 'bool',
value = false,
value = true,
noHotkey = true,
},
ctrlDisableGrid = {
Expand Down

0 comments on commit fd1460c

Please sign in to comment.