We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 108e5e9 commit e0eea95Copy full SHA for e0eea95
1 file changed
gui/spectate.lua
@@ -188,6 +188,7 @@ function Spectate:init()
188
on_change=function(val) dfhack.run_command(val and 'enable' or 'disable', 'spectate') end,
189
key='CUSTOM_ALT_E',
190
label='Spectate mode ',
191
+ enabled=dfhack.world.isFortressMode,
192
},
193
create_numeric_edit_field({t=4}, 'follow-seconds', 'CUSTOM_ALT_F', 'Switch target (sec): '),
194
create_toggle_button({t=6}, 'auto-unpause', 'CUSTOM_ALT_U', rpad('Auto unpause', lWidth)),
0 commit comments