ColorTemplates: rename to MatugenTemplates

Autoformat
This commit is contained in:
Ly-sec
2025-10-03 23:57:51 +02:00
parent 515f7565fd
commit d8c373ce31
13 changed files with 36 additions and 34 deletions
+4 -4
View File
@@ -94,11 +94,11 @@ Singleton {
Process {
id: findProcess
running: false
onExited: function(exitCode) {
onExited: function (exitCode) {
if (exitCode === 0) {
var output = stdout.text.trim()
var files = output.split('\n').filter(function(line) {
var files = output.split('\n').filter(function (line) {
return line.length > 0
})
schemes = files
@@ -121,7 +121,7 @@ Singleton {
scanning = false
}
}
stdout: StdioCollector {}
stderr: StdioCollector {}
}