It's poppin'

This commit is contained in:
2026-02-14 18:24:01 +01:00
parent b68c139d8d
commit 3f969d9447
12 changed files with 46 additions and 44 deletions
-6
View File
@@ -11,8 +11,6 @@ Singleton {
property string configDir: Quickshell.env("HOME") + "/.config/I-DeskPet"
property string configPath: configDir + "/config.json"
signal folderChanged()
Process {
id: dirCheck
running: true
@@ -23,10 +21,6 @@ Singleton {
console.log( "creating dir" )
dirCreate.running = true
}
if ( exitCode !== 1 ) {
console.log( "creating config" )
configCheck.running = true
}
}
}