diff --git a/inventoryClient.lua b/inventoryClient.lua index 4baf173..467c27a 100644 --- a/inventoryClient.lua +++ b/inventoryClient.lua @@ -2,6 +2,9 @@ -- Connects to the master inventoryManager via wired modem. -- Shows the same dashboard but runs NO automation tasks. -- Orders and smelter controls are sent to the master. +-- +-- Uses Opus UI framework via manager/client_display.lua +-- (mirrors manager/display.lua used by the server). ------------------------------------------------- -- Default configuration (overridden by .client_config) @@ -39,10 +42,9 @@ end local CLIENT_CONFIG_FILE = _path(".client_config") ------------------------------------------------- --- Shared UI helpers (loaded early for config use) +-- Modules ------------------------------------------------- -local ui = dofile(_path("lib/ui.lua")) local log = dofile(_path("lib/log.lua")) local function loadConfig()