mirror of
https://github.com/HeyPuter/puter.git
synced 2026-02-22 14:38:48 -06:00
Fix funny context menu on task manager
This commit is contained in:
@@ -20,7 +20,7 @@ const UIWindowTaskManager = async function UIWindowTaskManager () {
|
||||
has_head: true,
|
||||
selectable_body: true,
|
||||
draggable_body: false,
|
||||
allow_context_menu: true,
|
||||
allow_context_menu: false,
|
||||
// allow_native_ctxmenu: true,
|
||||
show_in_taskbar: true,
|
||||
dominant: true,
|
||||
|
||||
Reference in New Issue
Block a user