1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-29 16:02:51 -05:00

calendar: parse event links from description

This commit is contained in:
bbedward
2025-10-28 11:20:42 -04:00
parent cfa7d12dd3
commit 13a2813db9
4 changed files with 19 additions and 15 deletions

View File

@@ -287,6 +287,10 @@ DankPopout {
OverviewTab {
id: overviewTab
onCloseDash: {
root.dashVisible = false
}
onSwitchToWeatherTab: {
if (SettingsData.weatherEnabled) {
tabBar.currentIndex = 3