fix themes not loading from mounted base folders
This commit is contained in:
parent
80939aa092
commit
ab4fc177cb
@ -176,7 +176,7 @@ void AOOptionsDialog::updateValues()
|
||||
|
||||
for (const QString &base : bases) {
|
||||
QStringList l_themes =
|
||||
QDir(base + "themes").entryList(QDir::Dirs | QDir::NoDotAndDotDot);
|
||||
QDir(base + "/themes").entryList(QDir::Dirs | QDir::NoDotAndDotDot);
|
||||
|
||||
// Resorts list to match numeric sorting found in Windows.
|
||||
QCollator l_sorting;
|
||||
|
Loading…
Reference in New Issue
Block a user