Skip to content

Commit

Permalink
Merge pull request #892 from myk002/myk_control_panel_slim
Browse files Browse the repository at this point in the history
[gui/control-panel] remove some tools from the lists
  • Loading branch information
myk002 authored Nov 13, 2023
2 parents d55c3ba + 02d625f commit 6e68ebd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ Template for new versions:
- `warn-stranded`: don't warn for units that are temporarily on unwalkable tiles (e.g. as they pass under a waterfall)

## Removed
- `gui/control-panel`: removed always-on system services from the ``System`` tab: `buildingplan`, `confirm`, `logistics`, and `overlay`. The base services should not be turned off by the player. Individual confirmation prompts can be managed via `gui/confirm`, and overlays (including those for `buildingplan` and `logistics`) are managed on the control panel ``Overlays`` tab.
- `gui/control-panel`: removed `autolabor` from the ``Fort`` and ``Autostart`` tabs. The tool does not function correctly with the new labor types, and is causing confusion. You can still enable `autolabor` from the commandline with ``enable autolabor`` if you understand and accept its limitations.

# 50.11-r2

Expand Down
5 changes: 0 additions & 5 deletions gui/control-panel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ local FORT_SERVICES = {
'autoclothing',
'autofarm',
'autofish',
'autolabor',
'autonestbox',
'autoslab',
'dwarfvet',
Expand Down Expand Up @@ -57,10 +56,6 @@ table.sort(FORT_AUTOSTART)

-- these are re-enabled by the default DFHack init scripts
local SYSTEM_SERVICES = {
'buildingplan',
'confirm',
'logistics',
'overlay',
}
-- these are fully controlled by the user
local SYSTEM_USER_SERVICES = {
Expand Down

0 comments on commit 6e68ebd

Please sign in to comment.