mirror of
https://github.com/HeyPuter/puter
synced 2024-11-15 06:15:47 +00:00
tweak: put groups manager behind a flag
This commit is contained in:
parent
5725bd8c66
commit
8f59c2614d
@ -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 = [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user