From 5d1ef5f0201cb0f1d6b808db2710aa0f8edc6988 Mon Sep 17 00:00:00 2001 From: Ignoble61 Date: Wed, 9 Nov 2016 23:39:16 +0000 Subject: [PATCH] Fix context menu with mouse control --- resources/lib/gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/gui.py b/resources/lib/gui.py index 858e8015..975e0bad 100644 --- a/resources/lib/gui.py +++ b/resources/lib/gui.py @@ -32,7 +32,7 @@ KODIVERSION = xbmc.getInfoLabel( "System.BuildVersion" ).split(".")[0] ACTION_CANCEL_DIALOG = ( 9, 10, 92, 216, 247, 257, 275, 61467, 61448, ) -ACTION_CONTEXT_MENU = ( 101, 117, ) +ACTION_CONTEXT_MENU = ( 117, ) if not xbmcvfs.exists(DATAPATH): xbmcvfs.mkdir(DATAPATH)