You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LuaUI/Widgets/gfx_overdrive_cables_menu.lua
+11-22Lines changed: 11 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -48,11 +48,12 @@ options = {
48
48
name='Energy grid cables',
49
49
type='radioButton',
50
50
items= {
51
+
{ key='auto', name='Autodetect', desc='Show cables unless you are on Linux with ATI graphics because someone with this combination has yet to take on a simple investigation of graphics bugs.' },
51
52
{ key='full', name='Full (animated flows)', desc='Show overdrive energy flowing through the grid (default).' },
52
53
{ key='noflow', name='Static (no flows)', desc='Cheaper: gray pipes only, no per-tick flow reads or shader bubble pass.' },
53
54
{ key='off', name='Off (no cables)', desc='Hide the cables/wires entirely.' },
Copy file name to clipboardExpand all lines: LuaUI/Widgets/gui_simple_settings.lua
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -149,11 +149,12 @@ local optionGenerationTable = {
149
149
optionName="cabletree_detail",
150
150
name="Energy grid cables",
151
151
items= {
152
+
{ key='auto', name='Autodetect', desc='Show cables unless you are on Linux with ATI graphics because someone with this combination has yet to take on a simple investigation of graphics bugs.' },
152
153
{ key='full', name='Full (animated flows)', desc='Show overdrive energy flowing through the grid (default).' },
153
154
{ key='noflow', name='Static (no flows)', desc='Cheaper: gray pipes only, no per-tick flow reads or shader bubble pass.' },
154
155
{ key='off', name='Off (no cables)', desc='Hide the cables/wires entirely.' },
0 commit comments