Add the invasive flag to the relevant settings

This commit is contained in:
Oliver 2025-12-19 00:23:00 -07:00
parent 9c8b6f37f9
commit 037533401b
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ let notifID = null;
export function toggleMouseBroadcast() {
status[key] = SettingStatusEnum.Unknown;
if (preventTweakRegistration(key)) { return };
if (preventTweakRegistration(key, true)) { return };
// #region Registration
Logger.log(`Registering setting: ${key}`);