Add a config item to configure album-view to load all covers immediately.
BUG: 312
This commit is contained in:
committed by
craig.p.drummond
parent
180c8e9c2a
commit
cdd9fde53a
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user