mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-29 21:45:33 +00:00
Display directories that contains omwscripts.
Display newly added omwscripts as new.
This commit is contained in:
parent
5446906b30
commit
37c4587ca4
2 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,7 @@ namespace
|
|||
{
|
||||
void contentSubdirs(const QString& path, QStringList& dirs)
|
||||
{
|
||||
QStringList fileFilter{ "*.esm", "*.esp", "*.omwaddon", "*.bsa" };
|
||||
QStringList fileFilter{ "*.esm", "*.esp", "*.omwaddon", "*.bsa", "*.omwscripts" };
|
||||
QStringList dirFilter{ "bookart", "icons", "meshes", "music", "sound", "textures" };
|
||||
|
||||
QDir currentDir(path);
|
||||
|
|
|
@ -461,6 +461,7 @@ void ContentSelectorModel::ContentModel::addFiles(const QString& path, bool newf
|
|||
file->setDate(info.lastModified());
|
||||
file->setFilePath(info.absoluteFilePath());
|
||||
addFile(file);
|
||||
setNew(file->fileName(), newfiles);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue