On missing data dir, remove "Restart Later" for "Use Default" option
This commit is contained in:
parent
13283b008d
commit
6144c8f969
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue