Adds a keybind into the module that allows GMs to temporarily hide their cursor from everyone else (including other GMs) #24
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
|||||||
|
notifID = null;
|
||||||
};
|
};
|
||||||
ui.notifications.success(
|
ui.notifications.success(
|
||||||
`OFT.notifs.${key}.showingCursor`,
|
`OFT.notifs.${key}.showingCursor`,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue
Unset
notifIDback to null