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

welcome: make the first page stuff clickable

fixes #1295
This commit is contained in:
bbedward
2026-01-07 21:22:15 -05:00
parent a5e107c89d
commit ccc7047be0
5 changed files with 45 additions and 6 deletions

View File

@@ -168,7 +168,7 @@ Column {
iconName: "search"
title: "Settings Search"
description: "Find settings fast"
onClicked: PopoutService.openSettingsWithTab("general")
onClicked: PopoutService.openSettings()
}
}
}