Fix oversights and make requested changes

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad 2026-01-06 19:21:04 +00:00
parent e4991d81d7
commit 3a7366a998
No known key found for this signature in database
GPG key ID: 5E39D70B4C93C38E
3 changed files with 15 additions and 12 deletions

View file

@ -112,7 +112,7 @@ ExportPackDialog::ExportPackDialog(MinecraftInstancePtr instance, QWidget* paren
continue;
}
if (resourceModel->indexDir() == resourceModel->indexDir()) {
if (resourceModel->dir() == resourceModel->indexDir()) {
continue;
}