mirror of
				https://github.com/zulip/zulip-desktop.git
				synced 2025-11-04 14:03:27 +00:00 
			
		
		
		
	Change config filename to avoid conflict.
This commit is contained in:
		@@ -21,7 +21,7 @@ class ConfigUtil {
 | 
			
		||||
			instance = this;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		this.db = new JsonDB(app.getPath('userData') + '/config.json', true, true);
 | 
			
		||||
		this.db = new JsonDB(app.getPath('userData') + '/settings.json', true, true);
 | 
			
		||||
		return instance;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user