More drag and drop fixes

This commit is contained in:
LemmyCook 2025-09-10 09:10:47 -04:00
parent b9dbbf7bdd
commit 0a4317f712
3 changed files with 249 additions and 149 deletions

View file

@ -118,7 +118,7 @@ Singleton {
}
}
writeColorsToDisk(variant)
Logger.log("ColorScheme", "Applying color scheme:", path)
Logger.log("ColorScheme", "Applying color scheme:", getBasename(path))
} catch (e) {
Logger.error("ColorScheme", "Failed to parse scheme JSON:", e)
}