Fix reading settings from other-app profile
This commit is contained in:
parent
c08354eced
commit
5866a76312
|
@ -174,7 +174,7 @@ Zotero.DataDirectory = {
|
||||||
|
|
||||||
if(defProfile) {
|
if(defProfile) {
|
||||||
// get Zotero directory
|
// get Zotero directory
|
||||||
let profileDir = defProfile[0].path;
|
let profileDir = defProfile[0];
|
||||||
Zotero.debug("Found default profile at " + profileDir);
|
Zotero.debug("Found default profile at " + profileDir);
|
||||||
|
|
||||||
// copy prefs
|
// copy prefs
|
||||||
|
|
Loading…
Reference in New Issue
Block a user