Update the implementation to use an extended sheet class instead of a setting

This commit is contained in:
Oliver 2026-01-09 01:31:26 -07:00
parent f8c21ac8d8
commit 6f04910d2c
6 changed files with 20 additions and 49 deletions

View file

@ -1,12 +0,0 @@
import { __ID__ } from "../consts.mjs";
export function registerUserSettings() {
game.settings.register(__ID__, `openSheetInEdit`, {
name: `taf.settings.openSheetInEdit.name`,
hint: `taf.settings.openSheetInEdit.hint`,
config: true,
type: Boolean,
default: false,
scope: `user`,
});
};