summaryrefslogtreecommitdiff
path: root/src/ui/ui_fsm.cpp
diff options
context:
space:
mode:
authorcooljqln <cooljqln@noreply.codeberg.org>2024-03-28 05:36:38 +0000
committercooljqln <cooljqln@noreply.codeberg.org>2024-03-28 05:36:38 +0000
commit0175eaf1b5e79c53ac86adc568b67f018a5a7daf (patch)
treed6b380746fb011c46c1c1aa2946005c6971a9c4e /src/ui/ui_fsm.cpp
parent35a822fe602cdc9e3a3482df3913ea33af6fc8c2 (diff)
parent7c5dae84175aa750ca1b8beeb066f5607ca73181 (diff)
downloadtangara-fw-0175eaf1b5e79c53ac86adc568b67f018a5a7daf.tar.gz
Merge pull request 'themes' (#58) from themes into main
Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/58 Reviewed-by: cooljqln <cooljqln@noreply.codeberg.org>
Diffstat (limited to 'src/ui/ui_fsm.cpp')
-rw-r--r--src/ui/ui_fsm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/ui_fsm.cpp b/src/ui/ui_fsm.cpp
index acc1bf10..835da19e 100644
--- a/src/ui/ui_fsm.cpp
+++ b/src/ui/ui_fsm.cpp
@@ -489,6 +489,7 @@ void Lua::entry() {
sAlertTimer = xTimerCreate("ui_alerts", pdMS_TO_TICKS(1000), false, NULL,
alert_timer_callback);
sAlertContainer = lv_obj_create(sCurrentScreen->alert());
+ lv_obj_set_style_bg_opa(sAlertContainer, LV_OPA_TRANSP, 0);
auto& registry = lua::Registry::instance(*sServices);
sLua = registry.uiThread();