From 6144c8f96919211ce940cbb8a84ff104296ede34 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 17 Jun 2017 22:30:09 -0400 Subject: [PATCH] On missing data dir, remove "Restart Later" for "Use Default" option --- 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 index 00b3ed7bb5..30f48008f2 100644 --- 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) {