We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c8b603 commit c4f822eCopy full SHA for c4f822e
src/main/kotlin/com/styx/ui/GameItemWidget.kt
@@ -663,7 +663,7 @@ class GameItemWidget(
663
664
private fun copyImageToConfigDir(sourceFile: File): String? {
665
try {
666
- val configDir = Paths.get(System.getProperty("user.home"), ".config", "Styx").toFile()
+ val configDir = Paths.get(System.getProperty("user.home"), ".config", "styx").toFile()
667
configDir.mkdirs()
668
669
val artDir = File(configDir, "art")
0 commit comments