Merge commit '6219ad9' into resize

This commit is contained in:
2019-06-12 19:03:19 +02:00
6 changed files with 5 additions and 2 deletions

View File

@ -26,7 +26,7 @@ class SettingsController {
dirPath = if (osName.contains("Windows")) {
"$userHome/Documents/TextureSync"
} else {
"$userHome/.TextureSync"
"$userHome/.config/TextureSync"
}
settingsFile = File("$dirPath/config.xml") //open Settings file