From 66fecf88efc4a67dbafc02fb2cabe5309eb8fd99 Mon Sep 17 00:00:00 2001 From: KernelDeimos Date: Mon, 15 Apr 2024 15:58:07 -0400 Subject: [PATCH] Fix funny context menu on task manager --- src/UI/UIWindowTaskManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UI/UIWindowTaskManager.js b/src/UI/UIWindowTaskManager.js index b01737a9e..8c9a6322e 100644 --- a/src/UI/UIWindowTaskManager.js +++ b/src/UI/UIWindowTaskManager.js @@ -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,