From 64bd6415285e11a5cbada77bd0bfa37a7425fd1e Mon Sep 17 00:00:00 2001 From: Benedikt Ziemons Date: Sun, 2 Jun 2024 22:46:50 +0200 Subject: [PATCH] [test] add inspect tab to rotation --- test.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test.lua b/test.lua index 19debe1..17b8e7c 100644 --- a/test.lua +++ b/test.lua @@ -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