Merge pull request #922 from AttorneyOnline/fix-mounted-themes
Fix themes not loading from mounted base folders
This commit is contained in:
commit
a417307399
@ -176,7 +176,7 @@ void AOOptionsDialog::updateValues()
|
|||||||
|
|
||||||
for (const QString &base : bases) {
|
for (const QString &base : bases) {
|
||||||
QStringList l_themes =
|
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.
|
// Resorts list to match numeric sorting found in Windows.
|
||||||
QCollator l_sorting;
|
QCollator l_sorting;
|
||||||
|
Loading…
Reference in New Issue
Block a user