Move the tweak prevention into a helper function and rename the module hooks w/ compatibility code
This commit is contained in:
parent
3d4376aa81
commit
9c8b6f37f9
20 changed files with 102 additions and 102 deletions
|
|
@ -1,6 +1,6 @@
|
|||
// Settings
|
||||
import { preventMovementHistory } from "../settings/preventMovementHistory.mjs";
|
||||
import { toggleMouseBroadcast } from "../settings/toggleMouseBroadcast.mjs";
|
||||
import { preventMovementHistory } from "../tweaks/preventMovementHistory.mjs";
|
||||
import { toggleMouseBroadcast } from "../tweaks/toggleMouseBroadcast.mjs";
|
||||
|
||||
// Utils
|
||||
import { Logger } from "../utils/Logger.mjs";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue