From 4e68b624f2499e33e206448d46fda82151cd3450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adomas=20Ven=C4=8Dkauskas?= Date: Fri, 15 Oct 2021 15:42:36 +0300 Subject: [PATCH] Persist column settings in the select items dialog. Closes #2224 I didn't check the previous behavior, but I assume it's the same: This will persist the same settings for the select items dialog in the classic citation view as well as the add related item dialog. --- chrome/content/zotero/selectItemsDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/selectItemsDialog.js b/chrome/content/zotero/selectItemsDialog.js index 43a2593943..0df60fe803 100644 --- a/chrome/content/zotero/selectItemsDialog.js +++ b/chrome/content/zotero/selectItemsDialog.js @@ -61,7 +61,7 @@ var doLoad = async function () { }, id: "select-items-dialog", dragAndDrop: false, - persistColumns: false, + persistColumns: true, columnPicker: true, emptyMessage: Zotero.getString('pane.items.loading') });