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/browser.lua | |
| parent | 50d6efada5bfa2b23a3e1830051475e95d33eb53 (diff) | |
| download | tangara-fw-1f5ce2438982860529e43f8ddf093164b920724a.tar.gz | |
Rename set_style to set_subject
Diffstat (limited to 'lua/browser.lua')
| -rw-r--r-- | lua/browser.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/browser.lua b/lua/browser.lua index 406c2e49..fb806adc 100644 --- a/lua/browser.lua +++ b/lua/browser.lua @@ -45,7 +45,7 @@ return screen:new{ bg_opa = lvgl.OPA(100), scrollbar_mode = lvgl.SCROLLBAR_MODE.OFF } - theme.set_style(header, "header") + theme.set_subject(header, "header") if self.breadcrumb then header:Label{ |
