1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

stylistic tweaks to personalization

This commit is contained in:
bbedward
2025-08-26 12:52:50 -04:00
parent 3d3fd6f724
commit 6e75e2b06c
2 changed files with 116 additions and 178 deletions

View File

@@ -543,11 +543,6 @@ Singleton {
onExited: code => {
if (code === 0) {
matugenProcess.running = true
} else {
if (typeof ToastService !== "undefined") {
ToastService.wallpaperErrorStatus = "error"
ToastService.showError("Wallpaper processing failed")
}
}
}
}