Explorar o código

Fix funny context menu on task manager

KernelDeimos hai 1 ano
pai
achega
66fecf88ef
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/UI/UIWindowTaskManager.js

+ 1 - 1
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,