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

remove debug opt

This commit is contained in:
bbedward
2025-09-12 14:11:20 -04:00
parent 9e1272029e
commit 8fc40ab12d

View File

@@ -24,8 +24,7 @@ Item {
const cacheHome = StandardPaths.writableLocation(StandardPaths.CacheLocation).toString()
const baseDir = cacheHome.startsWith("file://") ? cacheHome.substring(7) : cacheHome
const outDir = baseDir + "/dankshell/we_screenshots"
const outPath = outDir + "/" + pendingSceneId + ".jpg"
console.log("SCREENSHOT PATH", outPath)
const outPath = outDir + "/" + pendingSceneId + ".jpeg"
Quickshell.execDetached(["mkdir", "-p", outDir])
weProcess.command = [