Merge pull request #3375 from myk002/myk_autolabor_warning

[autolabor] fix warning appearing on inappropriate screens
develop
Myk 2023-05-17 10:20:33 -07:00 committed by GitHub
commit 642c567f73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

@ -44,6 +44,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
- `work-now`: reinstated, renamed from ``workNow``: reduce the time that dwarves are left without a task after completing a job
## Fixes
- `autolabor`: work detail override warning now only appears on the work details screen
## Misc Improvements
- Terminal console no longer appears in front of the game window on startup

@ -8,9 +8,9 @@ AutolaborOverlay = defclass(AutolaborOverlay, overlay.OverlayWidget)
AutolaborOverlay.ATTRS{
default_pos={x=7,y=-13},
default_enabled=true,
viewscreens='dwarfmode/Info/LABOR',
viewscreens='dwarfmode/Info/LABOR/WORK_DETAILS',
frame={w=29, h=5},
frame_style=gui.THIN_FRAME,
frame_style=gui.MEDIUM_FRAME,
frame_background=gui.CLEAR_PEN,
}