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:
@@ -225,6 +225,8 @@ FocusScope {
|
||||
|
||||
function updateIndicator() {
|
||||
if (tabRepeater.count === 0 || currentIndex < 0 || currentIndex >= tabRepeater.count) {
|
||||
indicator.visible = false;
|
||||
indicator.initialSetupComplete = false;
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user