Hi!
I don't know what time this message will be read, but I still wish you all a good day, good afternoon or good night!
If anyone can help me, I would like to disable the UtilityMenu plugin in a layout I developed called ATARI.
In this layout I used a script that disables the button to display the Filters listing. Below ...
function on_signal( sig )
{
switch ( sig )
{
case "filters_menu":
fe.signal( "" );
return true;
}
return false;
}
fe.add_signal_handler(this, "on_signal");
Is there something that does the same to disable the UtilityMenu plugin in this layout I created?
Thanks for everyone's goodwill.