[test] add inspect tab to rotation

This commit is contained in:
Ben 2024-06-02 22:46:50 +02:00
parent e251e28598
commit 64bd641528
Signed by: ben
GPG key ID: 0F54A7ED232D3319

View file

@ -146,6 +146,8 @@ local function init()
-- to display colony work orders
tabview.addTab(require "orders", 2)
tabview.addTab(require "inspect", 3)
tabview.showTab(config.initial_tab)
end