2015-05-31, 18:40
Hi guys
Is it possible to add FILE MANAGER to favorites or to the home screen menu?
Thanks
Is it possible to add FILE MANAGER to favorites or to the home screen menu?
Thanks

<item id="21" description="File Manager">
<label>File Manager</label>
<thumb fallback="special://skin/backgrounds/default/default.jpg">$INFO[Skin.String(CustomHome.1.Background)]</thumb>
<onclick>ActivateWindow(filemanager)</onclick>
</item>
(2015-06-01, 22:51)garbokawa Wrote: In the Includes.xml ... add it.
Code:<item id="21" description="File Manager">
<label>File Manager</label>
<thumb fallback="special://skin/backgrounds/default/default.jpg">$INFO[Skin.String(CustomHome.1.Background)]</thumb>
<onclick>ActivateWindow(filemanager)</onclick>
</item>
Customize as per your requirement ... I have renamed here the custom1.