commit 6144c8f96919211ce940cbb8a84ff104296ede34 parent 13283b008d1b118707bbf8f3da424223ddaaa055 Author: Dan Stillman <dstillman@zotero.org> Date: Sat, 17 Jun 2017 22:30:09 -0400 On missing data dir, remove "Restart Later" for "Use Default" option Diffstat:
| M | chrome/content/zotero/xpcom/zotero.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js @@ -313,7 +313,7 @@ Services.scriptloader.loadSubScript("resource://zotero/polyfill.js"); // Revert to home directory if (index == 1) { - Zotero.DataDirectory.choose(false, true); + Zotero.DataDirectory.choose(true, true); } // Locate data directory else if (index == 2) {