#340 coordinator colorblind support
This commit is contained in:
@@ -22,9 +22,7 @@ local sounder = require("coordinator.sounder")
|
||||
|
||||
local apisessions = require("coordinator.session.apisessions")
|
||||
|
||||
local style = require("coordinator.ui.style")
|
||||
|
||||
local COORDINATOR_VERSION = "v1.2.12"
|
||||
local COORDINATOR_VERSION = "v1.3.0"
|
||||
|
||||
local CHUNK_LOAD_DELAY_S = 30.0
|
||||
|
||||
@@ -122,8 +120,7 @@ local function main()
|
||||
iocontrol.init_fp(COORDINATOR_VERSION, comms.version)
|
||||
|
||||
-- init renderer
|
||||
style.set_themes(config.MainTheme, config.FrontPanelTheme)
|
||||
renderer.legacy_disable_flow_view(config.DisableFlowView)
|
||||
renderer.configure(config)
|
||||
renderer.set_displays(monitors)
|
||||
renderer.init_displays()
|
||||
renderer.init_dmesg()
|
||||
|
||||
Reference in New Issue
Block a user