Skip to content

Commit

Permalink
Update settings.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mclemente committed Jan 31, 2024
1 parent 9ce0eaa commit 91e7bbd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/module/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,25 +70,26 @@ export function registerSettings() {
default: false,
type: Boolean,
});
addMenuSetting("IgnoreJournalFontSize", {
default: false,
type: Boolean,
});
addMenuSetting("enableAllFonts", {
name: "POLYGLOT.enableAllFonts.title",
hint: "POLYGLOT.enableAllFonts.hint",
default: false,
type: Boolean,
requiresReload: true,
});

addMenuSetting("exportFonts", {
name: "POLYGLOT.ExportFonts.title",
hint: "POLYGLOT.ExportFonts.hint",
default: false,
type: Boolean,
requiresReload: true,
});

// Journal Settings
addMenuSetting("IgnoreJournalFontSize", {
default: false,
type: Boolean,
});
addMenuSetting("JournalHighlightColor", {
default: "#ffb400",
type: String,
Expand Down

0 comments on commit 91e7bbd

Please sign in to comment.