Disable Shadows
This commit is contained in:
parent
814d921ba7
commit
96a32acc6e
@ -73,7 +73,7 @@ void Widget::applyCommonStyle() {
|
||||
}
|
||||
|
||||
void Widget::applyShadowStyle() {
|
||||
// return;
|
||||
return;
|
||||
if (obj_ == nullptr || !config_.shadow.enabled) return;
|
||||
|
||||
// Limit shadow values to prevent memory issues on ESP32
|
||||
|
||||
Loading…
Reference in New Issue
Block a user