From 8330105118cd5eb98006cb5e7fd7bd459b5bb43c Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Sat, 13 Jun 2026 02:06:26 -0700 Subject: [PATCH] overlay: disable Taskbar via config_taskbarEnabled=false in SystemUI overlay Same fix as pawlet_rpi4: density override makes sw dp exceed 600, routing SystemUI nav through TaskbarDelegate which is not active, leaving no nav buttons. config_taskbarEnabled=false forces traditional nav bar creation. --- overlay/SystemUIRpiOverlay/res/values/config.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/overlay/SystemUIRpiOverlay/res/values/config.xml b/overlay/SystemUIRpiOverlay/res/values/config.xml index ee8018e..9e70e38 100644 --- a/overlay/SystemUIRpiOverlay/res/values/config.xml +++ b/overlay/SystemUIRpiOverlay/res/values/config.xml @@ -23,4 +23,9 @@ internet,bt,dnd,location,airplane,hotspot,dark,dream,screenrecord + + false +