parent
bfe3f7ebf9
commit
8417ad7c80
2 changed files with 3 additions and 1 deletions
|
@ -4926,7 +4926,8 @@ var ZoteroPane = new function()
|
|||
// people close them by accident and don't know how to get them back
|
||||
// TODO: Add a hidden pref to allow them to stay closed if people really want that?
|
||||
if ((el.id == 'zotero-collections-splitter' || el.id == 'zotero-items-splitter')
|
||||
&& attr == 'state') {
|
||||
&& attr == 'state'
|
||||
&& Zotero.Prefs.get('reopenPanesOnRestart')) {
|
||||
continue;
|
||||
}
|
||||
el.setAttribute(attr, elValues[attr]);
|
||||
|
|
|
@ -47,6 +47,7 @@ pref("extensions.zotero.trashAutoEmptyDays", 30);
|
|||
pref("extensions.zotero.viewOnDoubleClick", true);
|
||||
pref("extensions.zotero.firstRunGuidance", true);
|
||||
pref("extensions.zotero.showConnectorVersionWarning", true);
|
||||
pref("extensions.zotero.reopenPanesOnRestart", true);
|
||||
|
||||
pref("extensions.zotero.groups.copyChildLinks", true);
|
||||
pref("extensions.zotero.groups.copyChildFileAttachments", true);
|
||||
|
|
Loading…
Add table
Reference in a new issue