Hello! And thanks for the softmod! Btw, the Games tab in UnleashX doesn't load games due to formatting error.
I had to adjust the following file in "E\Dash/UnleashX/config.xml"
I've changed this (lines 72 to 83)
<List Text="Games." Sort="off" Auto="On">
<List Text="Show all Games (F/G)." Sort="On" Auto="On">
<Path>F:\Games</Path>
<Path>G:\Games</Path>
</List>
<List Text="Show Games on (F) only." Sort="On" Auto="On">
<Path>F:\Games</Path>
</List>
<List Text="Show Games on (G) only." Sort="On" Auto="On">
<Path>G:\Games</Path>
</List>
</List>
to this
<List Text="Games" Sort="On" DelayLoad="True">
<Path>E:\Games</Path>
<Path>F:\Games</Path>
<Path>G:\Games</Path>
</List>
To make it work.