settings: about page

This commit is contained in:
end-4
2025-06-19 18:58:30 +02:00
parent 0416ddbf3f
commit e8414c88ba
10 changed files with 195 additions and 35 deletions
@@ -43,7 +43,7 @@ ContentPage {
id: rndWallBtn
Layout.alignment: Qt.AlignHCenter
buttonRadius: Appearance.rounding.small
iconText: "wallpaper"
materialIcon: "wallpaper"
mainText: konachanWallProc.running ? "Be patient..." : "Random: Konachan"
onClicked: {
console.log(konachanWallProc.command.join(" "))
@@ -54,7 +54,7 @@ ContentPage {
}
}
RippleButtonWithIcon {
iconText: "wallpaper"
materialIcon: "wallpaper"
StyledToolTip {
content: "Pick wallpaper image on your system"
}