summaryrefslogtreecommitdiff
path: root/src/ui/ui_fsm.cpp
diff options
context:
space:
mode:
authorailurux <ailuruxx@gmail.com>2024-03-07 17:52:39 +1100
committerailurux <ailuruxx@gmail.com>2024-03-07 17:52:39 +1100
commit20c2816a7b2497c2ab0d07a65fb640050a929371 (patch)
tree29a3bd157ce1596a498fbffb4e46e60a335a9716 /src/ui/ui_fsm.cpp
parentdc74bc1de9dd56c4146232622140b56e90dcc43d (diff)
downloadtangara-fw-20c2816a7b2497c2ab0d07a65fb640050a929371.tar.gz
Remove the White Square
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 d98e435d..25ae9817 100644
--- a/src/ui/ui_fsm.cpp
+++ b/src/ui/ui_fsm.cpp
@@ -457,6 +457,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();