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

@ -3,7 +3,7 @@ import { __ID__ } from "../consts.mjs";
import { Logger } from "../utils/Logger.mjs";
import { preventTweakRegistration } from "../utils/preRegisterTweak.mjs";
const key = `preventTokenRotation`;
export const key = `preventTokenRotation`;
export function preventTokenRotation() {
status[key] = SettingStatusEnum.Unknown;