1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-30 00:12:50 -05:00

IPCs for dash

This commit is contained in:
bbedward
2025-09-09 22:56:19 -04:00
parent 5bb489f3c4
commit 5a9c80540e
4 changed files with 81 additions and 13 deletions

View File

@@ -6,7 +6,6 @@ import Quickshell
import Quickshell.Services.Mpris
import Quickshell.Wayland
import qs.Common
import qs.Services
import qs.Widgets
import qs.Modules.DankDash
@@ -181,7 +180,7 @@ DankPopout {
WeatherTab {
id: weatherTab
visible: SettingsData.weatherEnabled
visible: SettingsData.weatherEnabled && root.currentTabIndex === 2
}
}
}