On missing data dir, remove "Restart Later" for "Use Default" option

This commit is contained in:
Dan Stillman 2017-06-17 22:30:09 -04:00
parent 13283b008d
commit 6144c8f969

View file

@ -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) {