fix: groups manager location

This commit is contained in:
KernelDeimos 2024-11-11 14:40:50 -05:00
parent a9679910c6
commit a08e9758fe

View File

@ -76,7 +76,7 @@ class UIGroupsManager extends UIElement {
}
$(window).on('ctxmenu-will-open', event => {
if ( ! event.detail.options?.id === 'user-options-menu' ) return;
if ( event.detail.options?.id !== 'user-options-menu' ) return;
const newMenuItems = [
{