settings, welcome: change konachan btn icon, fix wallpaper desync

This commit is contained in:
end-4
2025-09-23 11:14:00 +02:00
parent 1f700f33b2
commit 2b47083c12
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -243,7 +243,7 @@ ApplicationWindow {
visible: Config.options.policies.weeb === 1
Layout.alignment: Qt.AlignHCenter
buttonRadius: Appearance.rounding.small
materialIcon: "wallpaper"
materialIcon: "ifl"
mainText: konachanWallProc.running ? Translation.tr("Be patient...") : Translation.tr("Random: Konachan")
onClicked: {
console.log(konachanWallProc.command.join(" "));