Changed default core-requirement for tons of elements and plugins

This commit is contained in:
Robert Jelic
2025-11-04 10:01:09 +01:00
parent 1ade7ff00a
commit b4c987d2bd
29 changed files with 34 additions and 20 deletions

View File

@@ -2,6 +2,7 @@ local elementManager = require("elementManager")
local VisualElement = elementManager.getElement("VisualElement")
local tHex = require("libraries/colorHex")
---@configDescription The Switch is a standard Switch element with click handling and state management.
---@configDefault false
--- The Switch is a standard Switch element with click handling and state management.
---@class Switch : VisualElement