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")) {
 | 
			
		||||
                "$userHome/Documents/TextureSync"
 | 
			
		||||
            } else {
 | 
			
		||||
                "$userHome/.TextureSync"
 | 
			
		||||
                "$userHome/.config/TextureSync"
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            settingsFile = File("$dirPath/config.xml") //open Settings file
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user