mirror of
https://github.com/Insality/druid
synced 2025-09-28 10:32:20 +02:00
Add class component and druid_instance
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
local helper = require("druid.helper")
|
||||
local component = require("druid.system.component")
|
||||
|
||||
local M = component.new("checkbox")
|
||||
local M = component.create("checkbox")
|
||||
|
||||
|
||||
function M.set_state(self, state, is_silence)
|
||||
|
Reference in New Issue
Block a user