Fix #31 : Config Path use ~/.config instead.
This is more common for Desktop Apps.
This commit is contained in:
		@ -26,7 +26,7 @@ class SettingsController {
 | 
				
			|||||||
            dirPath = if (osName.contains("Windows")) {
 | 
					            dirPath = if (osName.contains("Windows")) {
 | 
				
			||||||
                "$userHome/Documents/TextureSync"
 | 
					                "$userHome/Documents/TextureSync"
 | 
				
			||||||
            } else {
 | 
					            } else {
 | 
				
			||||||
                "$userHome/.TextureSync"
 | 
					                "$userHome/.config/TextureSync"
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            settingsFile = File("$dirPath/config.xml") //open Settings file
 | 
					            settingsFile = File("$dirPath/config.xml") //open Settings file
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user