mirror of
https://github.com/Kunsi/scheduled-plugin-pretalx-broadcast-tools.git
synced 2024-11-21 17:41:06 +00:00
view_clock: most likely you don't want this animated
This commit is contained in:
parent
234cfff15a
commit
f550ddb141
1 changed files with 1 additions and 1 deletions
2
tile.lua
2
tile.lua
|
@ -383,7 +383,7 @@ end
|
|||
local function view_clock(starts, ends, config, x1, y1, x2, y2)
|
||||
local font_size = config.font_size or 70
|
||||
local align = config.clock_align or "left"
|
||||
local animate = config.clock_animate or true
|
||||
local animate = config.clock_animate or false
|
||||
local default_color = {helper.parse_rgb(config.color or "#ffffff")}
|
||||
local r,g,b = helper.parse_rgb(config.color or "#ffffff")
|
||||
|
||||
|
|
Loading…
Reference in a new issue