How can I remove the APP Maker Info tab from the main menu?
Thank You
Daniel
How can I remove the APP Maker Info tab from the main menu?
Thank You
Daniel
No solution to the problem? Everyone has the APP Maker Info tile in the menu and half a tile for their own application underneath, and nobody seems to mind?
Daniel
Hello, could you please share a screenshot? It will help me better understand what the “APP Make info tab” is.
here is the screenshot
Folder WebApps contains only the customer project:
Daniel
There is a file called “appinfo.xml” in your app folder.
This contains information how that icon should look.
<?xml version="1.0" encoding="UTF-8"?>
<WebApp>
<name>My awesome app</name>
<icon>App_Default_100.png</icon>
<path>index.html</path>
</WebApp>
Restart flexpendant after changing the file.
Where is the file that manages the behavior and arrangement of all tiles in the menu?
Thanks
Daniel
AFAIK you can’t rearrange the tiles.
Every tile (app) manages itself with the appinfo.xml file.