diff options
| author | ailurux <ailuruxx@gmail.com> | 2024-09-10 15:58:03 +1000 |
|---|---|---|
| committer | ailurux <ailuruxx@gmail.com> | 2024-09-10 15:58:03 +1000 |
| commit | 1f5ce2438982860529e43f8ddf093164b920724a (patch) | |
| tree | 18408e0a0bc1189c48df389739dfe87bfeef2364 /lua/main.lua | |
| parent | 50d6efada5bfa2b23a3e1830051475e95d33eb53 (diff) | |
| download | tangara-fw-1f5ce2438982860529e43f8ddf093164b920724a.tar.gz | |
Rename set_style to set_subject
Diffstat (limited to 'lua/main.lua')
| -rw-r--r-- | lua/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/main.lua b/lua/main.lua index f79b0e87..9be94e83 100644 --- a/lua/main.lua +++ b/lua/main.lua @@ -43,7 +43,7 @@ local function init_ui() radius = 8, pad_all = 2, }) - theme.set_style(container, "pop_up") + theme.set_subject(container, "pop_up") container:Label { text = string.format("Volume %i%%", pct), text_font = font.fusion_10 |
