I want to create a custom layout with two distinct buttons, one for the user settings and the other for the logout task
The Logout button in a custom ext-main screen is implemented with the following code
<logoutButton id="logoutButton" icon="app/images/exit.png" align="MIDDLE_CENTER"></logoutButton>
There is some trick for the settings button or the issue can be solved with the Route API?