From d188857e069133d1ad7997bfba6da972c1e0e61e Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 20 Jun 2024 03:08:27 -0400 Subject: [PATCH] Fix Reset not graying out after resetting note font size https://forums.zotero.org/discussion/115372/zotero-7-beta-reset-is-not-greyed-when-using-default-note-font-size --- chrome/content/zotero/standalone/standalone.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/standalone/standalone.js b/chrome/content/zotero/standalone/standalone.js index 6e9b3d54a2..008ea491a0 100644 --- a/chrome/content/zotero/standalone/standalone.js +++ b/chrome/content/zotero/standalone/standalone.js @@ -43,7 +43,7 @@ const ZoteroStandalone = new function() { ]; //const NOTE_FONT_SIZES = ["11", "12", "13", "14", "18", "24", "36", "48", "64", "72", "96"]; - const NOTE_FONT_SIZE_DEFAULT = "12"; + const NOTE_FONT_SIZE_DEFAULT = "14"; Object.defineProperty(this, 'currentReader', { get: () => Zotero.Reader.getByTabID(Zotero_Tabs.selectedID)