diff options
| author | AL <26797547+Al12rs@users.noreply.github.com> | 2020-06-24 15:52:20 +0200 |
|---|---|---|
| committer | AL <26797547+Al12rs@users.noreply.github.com> | 2020-06-24 15:52:20 +0200 |
| commit | 732be7d38d36596dfc4526ea5811acc4729bf5ad (patch) | |
| tree | a1539a4d5948b6e684547fa5d3abe00ea3543d91 /src | |
| parent | e4372b45709a0f79491019c21252869f719092cd (diff) | |
Show .toml files in the "Text Files" modInfoDialog tab.
Diffstat (limited to 'src')
| -rw-r--r-- | src/modinfodialogtextfiles.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modinfodialogtextfiles.cpp b/src/modinfodialogtextfiles.cpp index 28d872a3..c897ae1b 100644 --- a/src/modinfodialogtextfiles.cpp +++ b/src/modinfodialogtextfiles.cpp @@ -215,7 +215,8 @@ bool TextFilesTab::wantsFile(const QString& rootPath, const QString& fullPath) c ".txt", ".json", ".cfg", - ".log" + ".log", + ".toml" }; for (const auto& e : extensions) { |
