NOISSUE fix build

This commit is contained in:
Petr Mrázek 2022-05-17 00:30:12 +02:00
parent ceaea5db2f
commit 3e1939de8e

View File

@ -28,6 +28,7 @@ QString getRealmForPackType(PackType type)
case PackType::CurseForge:
return "curseforge";
}
return "unknown";
}
}