We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9c249 commit 9eca80bCopy full SHA for 9eca80b
1 file changed
gui/workorder-details.lua
@@ -171,7 +171,7 @@ end
171
172
local function show_job_details()
173
local scr = ScrJobDetails()
174
- if not scr.open -- dfhack.gui.matchFocusString('dwarfmode/JobDetails')
+ if not scr.open -- dfhack.gui.matchFocusString('dwarfmode/JobDetails')
175
or scr.context ~= df.job_details_context_type.MANAGER_WORK_ORDER
176
then
177
qerror("This script needs to be run from a work order details screen")
0 commit comments