Skip to content

Commit

Permalink
Update FontSettings.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mclemente committed Jan 1, 2024
1 parent 009f82d commit 68d1bd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/module/forms/FontSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export class PolyglotFontSettings extends FormApplication {
const defaultCustomFontSizes = game.settings.settings.get("polyglot.CustomFontSizes").default;
await game.settings.set("polyglot", "CustomFontSizes", defaultCustomFontSizes);
this.close();
SettingsConfig.reloadConfirm({ world: true });
}
});
}
Expand Down

0 comments on commit 68d1bd4

Please sign in to comment.