mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-15 03:11:34 +00:00
Change config filename to avoid conflict.
This commit is contained in:
@@ -21,7 +21,7 @@ class ConfigUtil {
|
|||||||
instance = this;
|
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;
|
return instance;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user