Add a config item to configure album-view to load all covers immediately.

BUG: 312
This commit is contained in:
craig.p.drummond
2013-10-06 18:37:58 +00:00
committed by craig.p.drummond
parent 180c8e9c2a
commit cdd9fde53a
8 changed files with 80 additions and 1 deletions

View File

@@ -753,6 +753,11 @@ bool Settings::networkAccessEnabled()
return GET_BOOL("networkAccessEnabled", true);
}
bool Settings::albumViewLoadAll()
{
return GET_BOOL("albumViewLoadAll", false);
}
void Settings::removeConnectionDetails(const QString &v)
{
if (v==currentConnection()) {