Adds a keybind into the module that allows GMs to temporarily hide their cursor from everyone else (including other GMs) #24

Merged
Oliver merged 4 commits from feature/hide-cursor-temporarily into main 2025-12-19 03:05:18 +00:00
Showing only changes of commit 8c12c60815 - Show all commits

View file

@ -48,6 +48,7 @@ export function toggleMouseBroadcast() {
} else { } else {
if (notifID != null) { if (notifID != null) {
ui.notifications.remove(notifID); ui.notifications.remove(notifID);
Oliver marked this conversation as resolved

Unset notifID back to null

Unset `notifID` back to null
notifID = null;
}; };
ui.notifications.success( ui.notifications.success(
`OFT.notifs.${key}.showingCursor`, `OFT.notifs.${key}.showingCursor`,