mirror of
https://github.com/HeyPuter/puter.git
synced 2026-09-23 13:46:11 +00:00
tweak: put groups manager behind a flag
This commit is contained in:
@@ -77,6 +77,7 @@ class UIGroupsManager extends UIElement {
|
||||
|
||||
$(window).on('ctxmenu-will-open', event => {
|
||||
if ( event.detail.options?.id !== 'user-options-menu' ) return;
|
||||
if ( ! window.experimental_features ) return;
|
||||
|
||||
const newMenuItems = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user