mirror of
https://github.com/Insality/druid.git
synced 2025-06-27 10:27:47 +02:00
Default style as druid default style (ha-ha)
This commit is contained in:
parent
21d61a60e0
commit
278a61b99d
@ -2,9 +2,11 @@
|
|||||||
-- @module settings
|
-- @module settings
|
||||||
-- @local
|
-- @local
|
||||||
|
|
||||||
|
local default_style = require("druid.styles.default.style")
|
||||||
|
|
||||||
local M = {}
|
local M = {}
|
||||||
|
|
||||||
M.default_style = nil
|
M.default_style = default_style
|
||||||
|
|
||||||
function M.get_text(name)
|
function M.get_text(name)
|
||||||
return "[Druid]: locales not inited"
|
return "[Druid]: locales not inited"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user