Skip to content

Commit

Permalink
Revert "PF2e: hide unused menu"
Browse files Browse the repository at this point in the history
This reverts commit 6ae23a4.
  • Loading branch information
mclemente committed Jan 16, 2024
1 parent 6ae23a4 commit a2d3e6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/module/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export function registerSettings() {
label: game.i18n.localize("POLYGLOT.GeneralSettings"),
icon: "fas fa-cogs",
type: PolyglotGeneralSettings,
restricted: game.system.id === "pf2e"
});
// Font Settings Menu
game.settings.registerMenu("polyglot", "FontSettings", {
Expand Down

0 comments on commit a2d3e6a

Please sign in to comment.