Skip to content

Commit c4f822e

Browse files
committed
casing fix
1 parent 3c8b603 commit c4f822e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/styx/ui/GameItemWidget.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ class GameItemWidget(
663663

664664
private fun copyImageToConfigDir(sourceFile: File): String? {
665665
try {
666-
val configDir = Paths.get(System.getProperty("user.home"), ".config", "Styx").toFile()
666+
val configDir = Paths.get(System.getProperty("user.home"), ".config", "styx").toFile()
667667
configDir.mkdirs()
668668

669669
val artDir = File(configDir, "art")

0 commit comments

Comments
 (0)