We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7059f7 commit 976d3e6Copy full SHA for 976d3e6
idle-crafting.lua
@@ -4,6 +4,7 @@
4
local overlay = require('plugins.overlay')
5
local widgets = require('gui.widgets')
6
local repeatutil = require("repeat-util")
7
+local orders = require('plugins.orders')
8
9
---create a new linked job
10
---@return df.job
@@ -361,6 +362,7 @@ IdleCraftingOverlay.ATTRS {
361
362
'dwarfmode/ViewSheets/BUILDING/Workshop/Craftsdwarfs/Workers',
363
},
364
frame = { w = 54, h = 1 },
365
+ visible = orders.can_set_labors
366
}
367
368
function IdleCraftingOverlay:init()
0 commit comments