mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-28 23:42:51 -05:00
remove debug opt
This commit is contained in:
@@ -24,8 +24,7 @@ Item {
|
|||||||
const cacheHome = StandardPaths.writableLocation(StandardPaths.CacheLocation).toString()
|
const cacheHome = StandardPaths.writableLocation(StandardPaths.CacheLocation).toString()
|
||||||
const baseDir = cacheHome.startsWith("file://") ? cacheHome.substring(7) : cacheHome
|
const baseDir = cacheHome.startsWith("file://") ? cacheHome.substring(7) : cacheHome
|
||||||
const outDir = baseDir + "/dankshell/we_screenshots"
|
const outDir = baseDir + "/dankshell/we_screenshots"
|
||||||
const outPath = outDir + "/" + pendingSceneId + ".jpg"
|
const outPath = outDir + "/" + pendingSceneId + ".jpeg"
|
||||||
console.log("SCREENSHOT PATH", outPath)
|
|
||||||
|
|
||||||
Quickshell.execDetached(["mkdir", "-p", outDir])
|
Quickshell.execDetached(["mkdir", "-p", outDir])
|
||||||
weProcess.command = [
|
weProcess.command = [
|
||||||
|
|||||||
Reference in New Issue
Block a user