1
General / Re: [RESOLVED] Confirmation menus (e.g. exit, add to favorites) are messed up
« on: May 18, 2017, 09:52:21 AM »
Brought this up with dmmarti and confirmed that there's some custom formatting of the popup menus in the Unified themes that must have become incompatible with most recent AM release.
Removing this section from the layout file resolved the issue.
For anyone else who runs into this issue, you need to comment/remove everything below the following block in the layout.nut files:
///////////////////////////////////////
// Themed Overlay Display Menu
// Add this block of code to the very end of any layout.nut file to have
// a centered theme-able menu
Removing this section from the layout file resolved the issue.
For anyone else who runs into this issue, you need to comment/remove everything below the following block in the layout.nut files:
///////////////////////////////////////
// Themed Overlay Display Menu
// Add this block of code to the very end of any layout.nut file to have
// a centered theme-able menu