#549 always display tmp_cfg peripherals and redstone and toggle enable of revert/apply based on detected changes

This commit is contained in:
Mikayla Fischler
2024-09-29 19:24:06 -04:00
parent 499ec7c5b0
commit 00157cc45e
3 changed files with 55 additions and 23 deletions

View File

@@ -12,8 +12,8 @@ local events = core.events
local element = {}
---@class graphics_args
---@field window? Window
---@field parent? graphics_element
---@field window? Window base window to use, only root elements should use this
---@field parent? graphics_element parent element, if not a root element
---@field id? string element id
---@field x? integer 1 if omitted
---@field y? integer next line if omitted