Page 1 of 1

Disable right click default popup menu in skin?

Posted: 03 Dec 2006 23:20
by mgreene
Is there anyway to disable the default right click popup menu? I'm wanting a very limited player which would not provide these extra functions in the large popup by default to the users.

Posted: 04 Dec 2006 08:37
by ipkiss
Not without changing the code.
You can comment lines 343 and 344 in modules/gui/skins2/src/dialogs.cpp to disable the popup menu completely.

Posted: 04 Dec 2006 14:11
by mgreene
Thanks!