tweak: put groups manager behind a flag

This commit is contained in:
KernelDeimos 2024-11-13 12:54:54 -05:00
parent 5725bd8c66
commit 8f59c2614d

View File

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