mirror of
https://github.com/HeyPuter/puter.git
synced 2026-08-28 00:47:07 +00:00
fix: groups manager location
This commit is contained in:
@@ -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 = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user