diff --git a/quickshell/Modules/DankDash/DankDashPopout.qml b/quickshell/Modules/DankDash/DankDashPopout.qml index d9f5089a..d66759f5 100644 --- a/quickshell/Modules/DankDash/DankDashPopout.qml +++ b/quickshell/Modules/DankDash/DankDashPopout.qml @@ -338,13 +338,11 @@ DankPopout { onCloseDash: root.dashVisible = false onSwitchToWeatherTab: { if (SettingsData.weatherEnabled) { - tabBar.currentIndex = 3; - tabBar.tabClicked(3); + root.currentTabIndex = 3; } } onSwitchToMediaTab: { - tabBar.currentIndex = 1; - tabBar.tabClicked(1); + root.currentTabIndex = 1; } } }