1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-04 04:28:30 -04:00

dash: allow hiding all tabs

port 1.5

(cherry picked from commit 7535b70fa6)
This commit is contained in:
bbedward
2026-07-13 16:11:15 -04:00
parent d96559f7df
commit 35e35a16fa
9 changed files with 85 additions and 101 deletions
+2
View File
@@ -225,6 +225,8 @@ FocusScope {
function updateIndicator() {
if (tabRepeater.count === 0 || currentIndex < 0 || currentIndex >= tabRepeater.count) {
indicator.visible = false;
indicator.initialSetupComplete = false;
return;
}