Export all of the tweak keys

This commit is contained in:
Oliver 2025-12-21 21:59:12 -07:00
parent 3bbe8a58ed
commit ce994f5daf
13 changed files with 13 additions and 13 deletions

View file

@ -4,7 +4,7 @@ import { Logger } from "../utils/Logger.mjs";
import { preventTweakRegistration } from "../utils/preRegisterTweak.mjs";
import { registerCategorySetting } from "../utils/SubMenuSettings.mjs";
const key = `hotbarButtonGap`;
export const key = `hotbarButtonGap`;
export function hotbarButtonGap() {
status[key] = SettingStatusEnum.Unknown;